aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/tests/conftest.py
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-14 20:20:48 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-14 20:20:48 +0100
commit8a13e1543334f86803cd9909ba3fa5d4619074c0 (patch)
tree05498d5ddc76840d8168c98b979e21d854d25efa /pyblackbird_cc/resources/tests/conftest.py
parentf312ec6d4a577e71d76cf85632a198b0c1913703 (diff)
wip: testing adding resources to shopping cart
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)