Skip to content

0.4.2 Fixes

Latest
Compare
Choose a tag to compare
@ktosiek ktosiek released this 19 Jul 17:52

Fixed

  • Work with pre-release pytest versions, by chandlernine, with a different implementation proposed by Aly Sivji.
  • Marking a test with freeze_time should freeze time in fixtures, even if the freezer fixture is also used explicitly late in the fixture list. Thanks to Christian Grossmüller for pointing out the problem.