[Bug 12787] New: Unit test files should be better organized
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12787 Bug ID: 12787 Summary: Unit test files should be better organized Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: jonathan.druart@biblibre.com QA Contact: gmcharlt@gmail.com The t/db_dependent directory contains directory and files like module_routinename.t It should be better to have 1 way to name UT files. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12787 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #1 from M. Tompsett <mtompset@hotmail.com> --- I agree with this idea. If it is in C4::Context... and is not database dependent: t/C4/Context/{function or method}.t and is database dependent: t/db_dependent/C4/Context/{function or method}.t I know that would eventually mean splitting large tests up, but in the meantime we could use 00-default.t for the large test everything ones. Thoughts? -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org