From d209dcbbcc36e65b8e16aca94add3f39de6414ef Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 26 May 2024 15:56:17 +0100 Subject: Basic feature slot presentation in index page --- pyblackbird_cc/resources/tests/test_models.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pyblackbird_cc/resources/tests/test_models.py') diff --git a/pyblackbird_cc/resources/tests/test_models.py b/pyblackbird_cc/resources/tests/test_models.py index ec420ae..2e45d39 100644 --- a/pyblackbird_cc/resources/tests/test_models.py +++ b/pyblackbird_cc/resources/tests/test_models.py @@ -15,10 +15,6 @@ from pyblackbird_cc.resources.models import ResourceType from pyblackbird_cc.resources.views import ResourceInfo from pyblackbird_cc.resources.views import _extract_metadata_from_resource -# TODO - convert this test into the test of a function -# that takes a Resource object and returns all the PDF snapshots -# file names - @pytest.mark.django_db() def test_resource_model(resources): -- cgit v1.2.3