aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core/tests
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-05-30 09:33:29 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-05-30 09:33:29 +0100
commit9307fc7676db68de4b3d25f795aa2a351f9d4843 (patch)
tree61ca1e81e49837707e1c725af1ebbe395493b0cd /ctrack/core/tests
parent3aec120ae42cb29049c8ba3d8d52d2388e56bb36 (diff)
cleaned up tests
Diffstat (limited to '')
-rw-r--r--ctrack/core/tests/test_fixture_creation.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/ctrack/core/tests/test_fixture_creation.py b/ctrack/core/tests/test_fixture_creation.py
deleted file mode 100644
index 98d3174..0000000
--- a/ctrack/core/tests/test_fixture_creation.py
+++ /dev/null
@@ -1,13 +0,0 @@
-"""
-We want to profile the fixture creation function so that we can make it more acceptable for use in tests.
-"""
-import pytest
-
-from ctrack.core.utils import populate_db
-
-pytestmark = pytest.mark.django_db
-
-
-def test_core_populate_func():
- populate_db(orgs=2, igps=2)
- assert True