github pytest-dev/pytest-django 3.2.0
Support Django 2.0, features, fixes

latest releases: v4.8.0, v4.7.0, v4.6.0...
6 years ago

3.2.0

Features
^^^^^^^^

  • Added new fixture django_assert_num_queries for testing the number of
    database queries (#387).
  • --fail-on-template-vars has been improved and should now return
    full/absolute path (#470).
  • Support for setting the live server port (#500).
  • unittest: help with setUpClass not being a classmethod (#544).

Bug fixes
^^^^^^^^^

  • Fix --reuse-db and --create-db not working together (#411).
  • Numerous fixes in the documentation. These should not go unnoticed 🌟

Compatibility
^^^^^^^^^^^^^

  • Support for Django 2.0 has been added.
  • Support for Django before 1.8 has been dropped.

Don't miss a new pytest-django release

NewReleases is sending notifications on new releases.