aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/tests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/resources/tests/conftest.py')
-rw-r--r--pyblackbird_cc/resources/tests/conftest.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/pyblackbird_cc/resources/tests/conftest.py b/pyblackbird_cc/resources/tests/conftest.py
deleted file mode 100644
index 0d1ed87..0000000
--- a/pyblackbird_cc/resources/tests/conftest.py
+++ /dev/null
@@ -1,8 +0,0 @@
-import pytest
-
-from pyblackbird_cc.resources.factories import ResourceModelFactory
-
-
-@pytest.fixture()
-def resources():
- return ResourceModelFactory.create_batch(5)