testfixtures 5.2.0 released!

1 view
Skip to first unread message

Chris Withers

unread,
Sep 3, 2017, 5:37:46 PM9/3/17
to simpl...@googlegroups.com, testing-...@lists.idyll.org, Python List
Hi All,

I'm pleased to announce the release of testfixtures 5.2.0 featuring the following:
  • test_datetime and test_time now accept a datetime instance during instantiation to set the initial value.
  • test_date now accepts a date instance during instantiation to set the initial value.
  • Relax the restriction on adding, setting or instantiating test_datetime with tzinfo such that if the tzinfo matches the one configured, then it’s okay to add. This means that you can now instantiate a test_datetime with an existing datetime instance that has tzinfo set.
  • testfixtures.django.compare_model() now ignores many to many fields rather than blowing up on them.
  • Drop official support for Python 3.4, although things should continue to work.
The package is on PyPI and a full list of all the links to docs, issue trackers and the like can be found here:

https://github.com/Simplistix/testfixtures

Any questions, please do ask on the Testing in Python list or on the Simplistix open source mailing list...

cheers,

Chris
Reply all
Reply to author
Forward
0 new messages