https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40444
Martin Renvoize (ashimema) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #184364|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 184540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184540&action=edit Bug 40444: Add a test to ensure all Perl test files use Test::NoWarnings This patch adds a new xt test (xt/use-test-no-warnings.t) to make sure all our Perl test files will use Test::NoWarnings. It also adds Test::NoWarnings to some files that were missing it and that didn't need any other changes. However we still have 7 non-trivial tests that we will consider exception for now, until they are fixed. Test plan: prove xt/use-test-no-warnings.t should return green. And all other tests modified by this patch (the qa script will do that for you) You can also test the 2 selenium tests: 1. DROP and CREATE the DB DROP DATABASE koha_kohadev; CREATE DATABASE koha_kohadev; restart_all 2. KOHA_TESTING=1 prove t/db_dependent/selenium/00-onboarding.t 3. Repeat 1 2. KOHA_TESTING=1 prove t/db_dependent/selenium/01-installation.t Signed-off-by: Martin Renvoize <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
