diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-26 15:56:17 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-26 15:56:17 +0100 |
commit | d209dcbbcc36e65b8e16aca94add3f39de6414ef (patch) | |
tree | 96c38b555688d97024fb771a172ce36112c106d9 /pyblackbird_cc/resources/tests/test_models.py | |
parent | eeaa3c469b33e614941596a04d56af3be1290456 (diff) |
Basic feature slot presentation in index page
Diffstat (limited to '')
-rw-r--r-- | pyblackbird_cc/resources/tests/test_models.py | 4 |
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): |