Skip to content

Commit e5cd693

Browse files
committed
Remove test cruft
1 parent fd7db77 commit e5cd693

12 files changed

+0
-97
lines changed

Diff for: tests/accounts/__init__.py

Whitespace-only changes.

Diff for: tests/accounts/models.py

-8
This file was deleted.

Diff for: tests/accounts/serializers.py

-11
This file was deleted.

Diff for: tests/conftest.py

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ def pytest_configure():
3333
'rest_framework',
3434
'rest_framework.authtoken',
3535
'tests',
36-
'tests.accounts',
37-
'tests.records',
38-
'tests.users',
3936
),
4037
PASSWORD_HASHERS=(
4138
'django.contrib.auth.hashers.SHA1PasswordHasher',

Diff for: tests/put_as_create_workspace.txt

-33
This file was deleted.

Diff for: tests/records/__init__.py

Whitespace-only changes.

Diff for: tests/records/models.py

-6
This file was deleted.

Diff for: tests/settings.py

-3
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@
9696
'rest_framework',
9797
'rest_framework.authtoken',
9898
'tests',
99-
'tests.accounts',
100-
'tests.records',
101-
'tests.users',
10299
)
103100

104101
# OAuth is optional and won't work if there is no oauth_provider & oauth2

Diff for: tests/test_serializer_import.py

-19
This file was deleted.

Diff for: tests/users/__init__.py

Whitespace-only changes.

Diff for: tests/users/models.py

-6
This file was deleted.

Diff for: tests/users/serializers.py

-8
This file was deleted.

0 commit comments

Comments
 (0)