Django-Responsediff
Articles tagged "django-responsediff"
2016-09-28
This release includes a bugfix for the new feature added in 0.7.0, occuring with non-ascii characters in selector-based tests with python 2.
Fix by @njoyard, test case by @jpic.
2016-08-10
This new release includes:
the possibility to filter content, contributed by @njoyard the possibility to crawl the website and test all pages
2016-03-04
django-responsediff 0.3.0 has been released !
It now also checks the status_code, and has a cute mixin:
from responsediff.test import ResponseDiffTestMixin class MixinTest(ResponseDiffTestMixin, test.TestCase): def test_admin(self): …
2016-01-26
As stated in the “Database state assertion” article: I’m pretty lazy when it comes to writing tests for existing code, however, I’m even lazier when it comes to repetitive manual testing action.
When my user tests my website, …
Found 4 articles.