From 9307fc7676db68de4b3d25f795aa2a351f9d4843 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 30 May 2020 09:33:29 +0100 Subject: cleaned up tests --- ctrack/core/tests/test_fixture_creation.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ctrack/core/tests/test_fixture_creation.py (limited to 'ctrack/core/tests') 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 -- cgit v1.2.3