Change test func name
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
def test_letting_view():
|
def test_dummy():
|
||||||
assert 1
|
assert 1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 99
|
max-line-length = 99
|
||||||
exclude = **/migrations/*,oc-lettings-site,oc_lettings_site/views.py
|
exclude = **/migrations/*,venv
|
||||||
|
|
||||||
[tool:pytest]
|
[tool:pytest]
|
||||||
DJANGO_SETTINGS_MODULE = oc_lettings_site.settings
|
DJANGO_SETTINGS_MODULE = oc_lettings_site.settings
|
||||||
|
|||||||
Reference in New Issue
Block a user