diff options
Diffstat (limited to 'ctrack/core/tests/test_fixture_creation.py')
-rw-r--r-- | ctrack/core/tests/test_fixture_creation.py | 13 |
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 |