aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/tests/conftest.py
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-22 20:48:05 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-22 20:48:05 +0100
commit6985c83f55f4b60f531c77d333aeb34b0105c956 (patch)
treef85d972c2a0a3e8e65a308d327e712fe4885d2e8 /pyblackbird_cc/resources/tests/conftest.py
parentc7261ae893583707d1720492f67b5a3f5ffcdf72 (diff)
Resource now has a feature slot field
Diffstat (limited to 'pyblackbird_cc/resources/tests/conftest.py')
-rw-r--r--pyblackbird_cc/resources/tests/conftest.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pyblackbird_cc/resources/tests/conftest.py b/pyblackbird_cc/resources/tests/conftest.py
index 9b401ba..0d1ed87 100644
--- a/pyblackbird_cc/resources/tests/conftest.py
+++ b/pyblackbird_cc/resources/tests/conftest.py
@@ -6,8 +6,3 @@ from pyblackbird_cc.resources.factories import ResourceModelFactory
@pytest.fixture()
def resources():
return ResourceModelFactory.create_batch(5)
-
-
-@pytest.fixture()
-def resource():
- return ResourceModelFactory()