소스 검색

Fix bad test imports

Colin Powell 2 년 전
부모
커밋
6aa933d13d
7개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      .coverage
  2. 0 1
      pyproject.toml
  3. 0 0
      tests/scrobbles/__init__py
  4. 0 0
      tests/scrobbles_tests/__init__.py
  5. 0 0
      tests/scrobbles_tests/__init__py
  6. 0 0
      tests/scrobbles_tests/conftest.py
  7. 0 0
      tests/scrobbles_tests/test_views.py

BIN
.coverage


+ 0 - 1
pyproject.toml

@@ -57,7 +57,6 @@ minversion = "6.0"
 addopts = "-ra -q"
 testpaths = [
     "tests",
-    "integration",
 ]
 DJANGO_SETTINGS_MODULE='vrobbler.settings'
 

+ 0 - 0
tests/scrobbles/__init__py


+ 0 - 0
tests/scrobbles/__init__.py → tests/scrobbles_tests/__init__.py


+ 0 - 0
tests/__init__py → tests/scrobbles_tests/__init__py


+ 0 - 0
tests/scrobbles/conftest.py → tests/scrobbles_tests/conftest.py


+ 0 - 0
tests/scrobbles/test_views.py → tests/scrobbles_tests/test_views.py