Add testing django project #2
Annotations
7 errors
tests/django_test_project/book_outlet/models.py#L46
tests/django_test_project/book_outlet/models.py:46:89: E501 Line too long (97 > 88 characters)
|
tests/django_test_project/book_outlet/tests.py#L1
tests/django_test_project/book_outlet/tests.py:1:25: F401 `django.test.TestCase` imported but unused
|
tests/django_test_project/book_outlet/views.py#L4
tests/django_test_project/book_outlet/views.py:4:35: F401 `django.db.models.Max` imported but unused
|
tests/django_test_project/book_outlet/views.py#L4
tests/django_test_project/book_outlet/views.py:4:40: F401 `django.db.models.Min` imported but unused
|
tests/django_test_project/book_outlet/views.py#L24
tests/django_test_project/book_outlet/views.py:24:5: E722 Do not use bare `except`
|
tests/django_test_project/book_store/settings.py#L90
tests/django_test_project/book_store/settings.py:90:89: E501 Line too long (91 > 88 characters)
|
|
The logs for this run have expired and are no longer available.
Loading