flake8
failed.
JSHint
passed.
flake8
-
django_evolution/tests/base_test_case.py (Diff revision 1) Show all issues -
-
-
-
-
Review Request #12039 — Created Feb. 4, 2022 and submitted
Information | |
---|---|
chipx86 | |
Django Evolution | |
release-2.x | |
Reviewers | |
django-evolution | |
TestCase
now registers the existingassertQEqual()
and a new
assertFEqual()
for comparingQ
andF
objects. This enables
comparison without having to explicitly call those helper methods. This
simplifies unit testing and reduces the chances of issues on different
versions of Django.
Unit tests pass for all supported versions of Python and Django.
django_evolution/tests/base_test_case.py (Diff revision 1) |
---|
Added a missing parameter fix committed to the wrong branch.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+132 -18) |