django-model-utils/tests
Lucas Wiman 9189d60996 Fix remaining non-E501 line length changes.
The E402 module level import appears to be an error of some kind in flake8?
2018-07-02 13:01:49 -07:00
..
test_fields Fix E123 closing bracket does not match indentation of opening bracket's line 2018-07-02 12:57:14 -07:00
test_managers Fix remaining non-E501 line length changes. 2018-07-02 13:01:49 -07:00
test_models Fix F841: local variable is assigned but never used. 2018-07-02 11:50:56 -07:00
__init__.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
fields.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
managers.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00
models.py Remove unused __unicode__ method (dead code). 2018-07-02 11:52:05 -07:00
settings.py switch to py.test + pytest-cov 2017-12-11 08:11:55 -06:00
test_choices.py Fix remaining non-E501 line length changes. 2018-07-02 13:01:49 -07:00
test_inheritance_iterable.py make InheritanceIterable inherit from ModelIterable instead of BaseIterable 2017-06-23 09:51:32 -04:00
test_miscellaneous.py Exclude tests from distribution 2017-02-15 23:00:10 +00:00