diff --git a/.coverage b/.coverage index 13e06bb..6250c48 100644 Binary files a/.coverage and b/.coverage differ diff --git a/pyproject.toml b/pyproject.toml index 7f17990..3c74562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,6 @@ minversion = "6.0" addopts = "-ra -q" testpaths = [ "tests", - "integration", ] DJANGO_SETTINGS_MODULE='vrobbler.settings' diff --git a/tests/scrobbles/__init__py b/tests/scrobbles/__init__py deleted file mode 100644 index e69de29..0000000 diff --git a/tests/scrobbles/__init__.py b/tests/scrobbles_tests/__init__.py similarity index 100% rename from tests/scrobbles/__init__.py rename to tests/scrobbles_tests/__init__.py diff --git a/tests/__init__py b/tests/scrobbles_tests/__init__py similarity index 100% rename from tests/__init__py rename to tests/scrobbles_tests/__init__py diff --git a/tests/scrobbles/conftest.py b/tests/scrobbles_tests/conftest.py similarity index 100% rename from tests/scrobbles/conftest.py rename to tests/scrobbles_tests/conftest.py diff --git a/tests/scrobbles/test_views.py b/tests/scrobbles_tests/test_views.py similarity index 100% rename from tests/scrobbles/test_views.py rename to tests/scrobbles_tests/test_views.py