Skip to content

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

Compare
Choose a tag to compare
@j19sch j19sch released this 15 Dec 09:55
· 16 commits to master since this release
  • 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.