Skip to content

Releases: j19sch/pytest-instrument

pytest-instrument v0.3.1 (2020-04-05)

05 Apr 10:24
Compare
Choose a tag to compare
  • Refactors setLoggerClass implementation to a Filter-based one to avoid side effects of setLoggerClass.

pytest-instrument v0.3.0 (2020-02-23)

23 Feb 13:58
Compare
Choose a tag to compare
  • Next to json the --instrument parameter now also accepts log to send output to a regular log file.

pytest-instrument v0.2.0 (2019-12-15)

15 Dec 09:55
Compare
Choose a tag to compare
  • The --instrument parameter now requires value, e.g. --instrument=json (only one supported currently).
  • Next to the "instr.report" logger there is now an "instr.log" logger you can use in your tests to emit records to the same file.
  • The .log output file is no longer first written as a pickle, then converted to a json array. It is written immediately and contains json objects.
  • Tests were added and existing ones were refactored.

pytest-instrument v0.1.0 (2019-10-21)

21 Oct 13:03
Compare
Choose a tag to compare