diff options
Diffstat (limited to 'pyblackbird_cc/resources/tests/conftest.py')
-rw-r--r-- | pyblackbird_cc/resources/tests/conftest.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyblackbird_cc/resources/tests/conftest.py b/pyblackbird_cc/resources/tests/conftest.py index 0d1ed87..9b401ba 100644 --- a/pyblackbird_cc/resources/tests/conftest.py +++ b/pyblackbird_cc/resources/tests/conftest.py @@ -6,3 +6,8 @@ from pyblackbird_cc.resources.factories import ResourceModelFactory @pytest.fixture() def resources(): return ResourceModelFactory.create_batch(5) + + +@pytest.fixture() +def resource(): + return ResourceModelFactory() |