From 9ca86609b16a2286568a86a43244a2a96618aae7 Mon Sep 17 00:00:00 2001 From: Nikolay Akhmetov Date: Tue, 21 May 2024 11:40:05 -0400 Subject: [PATCH] fix coverage --- .../f9ae931b8b49252f150d7f8bf1d2d13f-bad.json | 7 +++++ .../fake-no-support-conf.json | 1 + .../fake-no-support-entity.json | 26 +++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 test/assaytype-fixtures/f9ae931b8b49252f150d7f8bf1d2d13f-bad.json create mode 100644 test/good-fixtures/NullViewConfBuilder/fake-no-support-conf.json create mode 100644 test/good-fixtures/NullViewConfBuilder/fake-no-support-entity.json diff --git a/test/assaytype-fixtures/f9ae931b8b49252f150d7f8bf1d2d13f-bad.json b/test/assaytype-fixtures/f9ae931b8b49252f150d7f8bf1d2d13f-bad.json new file mode 100644 index 0000000..7f71a34 --- /dev/null +++ b/test/assaytype-fixtures/f9ae931b8b49252f150d7f8bf1d2d13f-bad.json @@ -0,0 +1,7 @@ +{ + "assaytype": "image_pyramid", + "contains-pii": false, + "description": "Image Pyramid", + "primary": false, + "vitessce-hints": [] + } \ No newline at end of file diff --git a/test/good-fixtures/NullViewConfBuilder/fake-no-support-conf.json b/test/good-fixtures/NullViewConfBuilder/fake-no-support-conf.json new file mode 100644 index 0000000..19765bd --- /dev/null +++ b/test/good-fixtures/NullViewConfBuilder/fake-no-support-conf.json @@ -0,0 +1 @@ +null diff --git a/test/good-fixtures/NullViewConfBuilder/fake-no-support-entity.json b/test/good-fixtures/NullViewConfBuilder/fake-no-support-entity.json new file mode 100644 index 0000000..d0450be --- /dev/null +++ b/test/good-fixtures/NullViewConfBuilder/fake-no-support-entity.json @@ -0,0 +1,26 @@ +{ + "data_types": [ + "image_pyramid", + "PAS" + ], + "status": "QA", + "immediate_ancestors": [ + { + "data_types": ["PAS"] + } + ], + "files": [ + { + "rel_path": "ometiff-pyramids/processedMicroscopy/VAN0003-LK-33-2-PAS_FFPE.ome.tif" + }, + { + "rel_path": "ometiff-pyramids/separate/should-be-ignored.ome.tif" + }, + { + "rel_path": "output_offsets/processedMicroscopy/VAN0003-LK-33-2-PAS_FFPE.offsets.json" + } + ], + "uuid": "f9ae931b8b49252f150d7f8bf1d2d13f-bad", + "metadata": {"dag_provenance_list": []}, + "parent": { "uuid": "8adc3c31ca84ec4b958ed20a7c4f4919" } +} \ No newline at end of file