- XUnit plugin now also drops separate block to XUnit report for all single tests (even if failed on setUpClass)
- NoseId plugin also collects all tests of failed on setup TestSuites
-
Add
lode_runner.plugins.Suppressor
plugin. Allows suppress any exceptions in tearDown-methods -
Add optional parameter
--xunit-dump-suite-output
. If enabled drops TestSuite-level sysout/syserr to XUnit report.
- Add XUnit plugin
lode_runner.plugins.ClassSkipper
. Allows skip TestClasses with no setUpClass calls
- Skip
nose.multiprocess
testcases during merging xml files
- XUnit plugin now prints full path to created xUnit report
- Add plugin Failer that allows to stop test execution after X failures/errors.
- Add option for logging dataproviders dataset
- Add optional dataproviders dataset verbosity
- Fix test doc when using dataprovider
- Fix test_suite_name setting
- Fix test suite name in xUnit report, now using self.xunit_testsuite_name