Releases: quillcraftsman/django-dry-tests
Releases · quillcraftsman/django-dry-tests
All core features. Beta version status
21.19-2023-10-16
Added
- models and asserts to test Forms
- full documentation
- get_response method
Deprecated
- Nothing.
Removed
- get_response_url method
- part of documentation on GitHub
Fixed
- Minor fixes
Fix setup.py
16.49-2023-10-14
Added
- Nothing
Deprecated
- Nothing.
Removed
- Some asserts methods
Fixed
- Inner packages in setup.py
v0.2.0
16.29-2023-10-14
Added
- Context class
Deprecated
- Nothing.
Removed
- Some asserts methods
Fixed
- Nothing.
SimpleTestCase with asserts
Added
- Request class
- Response class
- SimpleTestCase class
- assertTrueResponse
- assertResponsesAreTrue
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
First mock release on PyPi
pip install django-dry-tests
from dry_tests.testcases import mock
mock()