aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/resources/tests/test_models.py
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-26 15:56:17 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-26 15:56:17 +0100
commitd209dcbbcc36e65b8e16aca94add3f39de6414ef (patch)
tree96c38b555688d97024fb771a172ce36112c106d9 /pyblackbird_cc/resources/tests/test_models.py
parenteeaa3c469b33e614941596a04d56af3be1290456 (diff)
Basic feature slot presentation in index page
Diffstat (limited to 'pyblackbird_cc/resources/tests/test_models.py')
-rw-r--r--pyblackbird_cc/resources/tests/test_models.py4
1 files changed, 0 insertions, 4 deletions
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):