aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/test_data/metadata.json
diff options
context:
space:
mode:
authorBonfaceKilz2021-02-12 15:18:21 +0300
committerBonfaceKilz2021-02-12 15:36:41 +0300
commit21a4a847456fde5fcc6072df0d0fc36992da283d (patch)
treef6921e2e740f3ce3f528258044aad1dbf938bd1e /tests/unit/test_data/metadata.json
parentedd18bffdb179db75769b5a47b9258e5eded5aaf (diff)
downloadgenenetwork3-21a4a847456fde5fcc6072df0d0fc36992da283d.tar.gz
Add function for computing the hash of a directory
Diffstat (limited to 'tests/unit/test_data/metadata.json')
-rw-r--r--tests/unit/test_data/metadata.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/unit/test_data/metadata.json b/tests/unit/test_data/metadata.json
new file mode 100644
index 0000000..d7dd267
--- /dev/null
+++ b/tests/unit/test_data/metadata.json
@@ -0,0 +1,9 @@
+{
+ "title": "This is my dataset for testing the REST API",
+ "description": "Longer description",
+ "date": "20210127",
+ "authors": [
+ "R. W. Williams"
+ ],
+ "cross": "BXD"
+}