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