Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

50 lines (25 loc) · 1.05 KB

0.4.6

  • XUnit plugin now also drops separate block to XUnit report for all single tests (even if failed on setUpClass)

0.4.5

  • NoseId plugin also collects all tests of failed on setup TestSuites

0.4.4

  • 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.

0.4.3

  • Add XUnit plugin lode_runner.plugins.ClassSkipper. Allows skip TestClasses with no setUpClass calls

0.4.2

  • Skip nose.multiprocess testcases during merging xml files

0.4.1

  • XUnit plugin now prints full path to created xUnit report

0.4.0

  • Add plugin Failer that allows to stop test execution after X failures/errors.

0.3.1

  • Add option for logging dataproviders dataset

0.3.0

  • Add optional dataproviders dataset verbosity

0.2.8

  • Fix test doc when using dataprovider

0.2.7

  • Fix test_suite_name setting

0.2.6

  • Fix test suite name in xUnit report, now using self.xunit_testsuite_name