bugzilla-4intranet/xt
Byron Jones 482c23af7f Bug 345194: fix for xt tests 2013-07-24 16:59:42 +08:00
..
lib/Bugzilla/Test Bug 345194: fix for xt tests 2013-07-24 16:59:42 +08:00
README Bug 574879: Create a test that assures the correctness of Search.pm's 2010-07-07 14:34:25 -07:00
search.t Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and add it to files which miss one 2012-01-11 23:41:51 +01:00

README

The tests in this directory require a working database, as opposed
to the tests in t/, which simply test the code without a working
installation.

Some of the tests may modify your current working installation, even
if only temporarily. To run the tests that modify your database,
set the environment variable BZ_WRITE_TESTS to 1.

Some tests also take additional, optional arguments. You can pass arguments
to tests like:

  prove xt/search.t :: --long --operators=equals,notequals

Note the "::"--that is necessary to note that the arguments are going to
the test, not to "prove".

See the perldoc of the individual tests to see what options they support,
or do "perl xt/search.t --help".