Releases: pytest-dev/pytest-django
Releases · pytest-dev/pytest-django
4.3.0
19 May 08:33
Compare
Sorry, something went wrong.
No results found
4.1.0
22 Oct 19:19
Compare
Sorry, something went wrong.
No results found
4.0.0
16 Oct 14:25
Compare
Sorry, something went wrong.
No results found
3.8.0
06 Feb 02:53
Compare
Sorry, something went wrong.
No results found
Fix compatibility with pytest 5.x
29 Jun 16:14
Compare
Sorry, something went wrong.
No results found
3.5.0
03 Jun 14:22
Compare
Sorry, something went wrong.
No results found
Features
^^^^^^^^
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
Sorry, something went wrong.
No results found
Minor bugfixes
13 Nov 08:40
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Pathlib fixes
20 Aug 16:31
Compare
Sorry, something went wrong.
No results found
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 ).