Skip to content

Releases: pytest-dev/pytest-django

4.3.0

19 May 08:33
Compare
Choose a tag to compare

4.1.0

22 Oct 19:19
Compare
Choose a tag to compare

4.0.0

16 Oct 14:25
Compare
Choose a tag to compare

3.8.0

06 Feb 02:53
Compare
Choose a tag to compare

Fix compatibility with pytest 5.x

29 Jun 16:14
Compare
Choose a tag to compare
v3.5.1

Release 3.5.1

3.5.0

03 Jun 14:22
7553d4b
Compare
Choose a tag to compare

Features
^^^^^^^^

  • Run tests in the same order as Django (#223)

  • Use verbosity=0 with disabled migrations (#729, #730)

Bugfixes
^^^^^^^^

  • django_db_setup: warn instead of crash with teardown errors (#726)

Misc
^^^^

  • tests: fix test_sqlite_database_renamed (#739, #741)

  • tests/conftest.py: move import of db_helpers (#737)

  • Cleanup/improve coverage, mainly with tests (#706)

  • Slightly revisit unittest handling (#740)

Minor fixes, compatibility with pytest 4.1

07 Jan 19:40
Compare
Choose a tag to compare

Minor bugfixes

13 Nov 08:40
Compare
Choose a tag to compare

3.4.4 (2018-11-13)

Bugfixes
^^^^^^^^

  • Refine the django.conf module check to see if the settings really are
    configured (#668).
  • Avoid crash after OSError during Django path detection (#664).

Features
^^^^^^^^

  • Add parameter info to fixture assert_num_queries to display additional message on failure (#663).

Docs
^^^^

  • Improve doc for django_assert_num_queries/django_assert_max_num_queries.
  • Add warning about sqlite specific snippet + fix typos (#666).

Misc
^^^^

  • MANIFEST.in: include tests for downstream distros (#653).
  • Ensure that the LICENSE file is included in wheels (#665).
  • Run black on source.

Fixed OSError with arguments containing ``::`` on Windows (#641)

16 Sep 06:28
Compare
Choose a tag to compare

Pathlib fixes

20 Aug 16:31
Compare
Choose a tag to compare

3.4.2 (2018-08-20)

Bugfixes
^^^^^^^^

  • Changed dependency for pathlib to pathlib2 (#636).
  • Fixed code for inserting the project to sys.path with pathlib to use an
    absolute path, regression in 3.4.0 (#637, #638).