Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 532 Bytes

HISTORY.rst

File metadata and controls

26 lines (14 loc) · 532 Bytes

Changelog

0.0.3 (2017-05-05)

  • Python 3 support (as far as baron supports it anyway)
  • Try running without mutations first to make sure we can run the test suite cleanly before starting mutation
  • Implemented feature to run mutation on covered lines only, this is useful for mutation testing existing tests when you don't have 100% coverage
  • Error message on incorrect invocation

0.0.2 (2016-12-01)

  • Tons of fixes

0.0.1 (2016-12-01)

  • Initial version