aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/test_info.py
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-02-08 19:23:46 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-02-08 19:23:46 +0100
commita281d6b3a75a7d4a97e673c285ee430a327482ed (patch)
treecbdecc56c7fca6a7a4cd03a1b974d5c60ee3cd7b /test/apps/test_info.py
parent482235a8229261fa905f73ce167982bca57ab3e6 (diff)
downloadbsie-a281d6b3a75a7d4a97e673c285ee430a327482ed.tar.gz
bsie-a281d6b3a75a7d4a97e673c285ee430a327482ed.tar.bz2
bsie-a281d6b3a75a7d4a97e673c285ee430a327482ed.zip
preview extractor
Diffstat (limited to 'test/apps/test_info.py')
-rw-r--r--test/apps/test_info.py12
1 files changed, 10 insertions, 2 deletions
diff --git a/test/apps/test_info.py b/test/apps/test_info.py
index 60e9ba1..725fb65 100644
--- a/test/apps/test_info.py
+++ b/test/apps/test_info.py
@@ -31,7 +31,11 @@ class TestIndex(unittest.TestCase):
'http://bsfs.ai/schema/Predicate',
'http://bsfs.ai/schema/Entity#filename',
'http://bsfs.ai/schema/Entity#filesize',
- 'http://bsfs.ai/schema/Entity/colors_spatial#0658f2234a054e1dd59a14462c89f7733e019160419c796356aa831498bd0a04'
+ 'http://bsfs.ai/schema/Entity/colors_spatial#0658f2234a054e1dd59a14462c89f7733e019160419c796356aa831498bd0a04',
+ 'http://bsfs.ai/schema/Entity#preview',
+ 'http://bsfs.ai/schema/Preview#width',
+ 'http://bsfs.ai/schema/Preview#height',
+ 'http://bsfs.ai/schema/Preview#asset',
})
def test_schema(self):
@@ -46,7 +50,11 @@ class TestIndex(unittest.TestCase):
'http://bsfs.ai/schema/Predicate',
'http://bsfs.ai/schema/Entity#filename',
'http://bsfs.ai/schema/Entity#filesize',
- 'http://bsfs.ai/schema/Entity/colors_spatial#0658f2234a054e1dd59a14462c89f7733e019160419c796356aa831498bd0a04'
+ 'http://bsfs.ai/schema/Entity/colors_spatial#0658f2234a054e1dd59a14462c89f7733e019160419c796356aa831498bd0a04',
+ 'http://bsfs.ai/schema/Entity#preview',
+ 'http://bsfs.ai/schema/Preview#width',
+ 'http://bsfs.ai/schema/Preview#height',
+ 'http://bsfs.ai/schema/Preview#asset',
})
def test_invalid(self):