diff --git a/comic/tests.py b/comic/tests/test_models.py similarity index 100% rename from comic/tests.py rename to comic/tests/test_models.py diff --git a/comic_auth/tests.py b/comic_auth/tests.py deleted file mode 100644 index e69de29..0000000 diff --git a/pytest b/pytest new file mode 100644 index 0000000..eab3cfa --- /dev/null +++ b/pytest @@ -0,0 +1,3 @@ +[pytest] +pep8maxlinelength = 119 +python_files = tests.py test_*.py *_tests.py