Skip to content

Releases: quillcraftsman/django-dry-tests

All core features. Beta version status

16 Oct 17:23
af98b58
Compare
Choose a tag to compare

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

14 Oct 12:50
b6786c2
Compare
Choose a tag to compare

16.49-2023-10-14

Added

  • Nothing

Deprecated

  • Nothing.

Removed

  • Some asserts methods

Fixed

  • Inner packages in setup.py

v0.2.0

14 Oct 12:30
Compare
Choose a tag to compare

16.29-2023-10-14

Added

  • Context class

Deprecated

  • Nothing.

Removed

  • Some asserts methods

Fixed

  • Nothing.

SimpleTestCase with asserts

12 Oct 18:51
5bd940f
Compare
Choose a tag to compare

Added

  • Request class
  • Response class
  • SimpleTestCase class
  • assertTrueResponse
  • assertResponsesAreTrue

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

First mock release on PyPi

10 Oct 17:05
bf5a7fb
Compare
Choose a tag to compare
pip install django-dry-tests
from dry_tests.testcases import mock
mock()