From befd3e81321e0f5989d68a6838b4a17af51b1e64 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 22 May 2024 16:39:06 +0100 Subject: wip: starting to test the featured resource view --- pyblackbird_cc/resources/tests/conftest.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pyblackbird_cc/resources/tests/conftest.py') 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() -- cgit v1.2.3