diff options
| author | BonfaceKilz | 2021-02-12 15:18:21 +0300 |
|---|---|---|
| committer | BonfaceKilz | 2021-02-12 15:36:41 +0300 |
| commit | 21a4a847456fde5fcc6072df0d0fc36992da283d (patch) | |
| tree | f6921e2e740f3ce3f528258044aad1dbf938bd1e /tests/unit/test_data/metadata.json | |
| parent | edd18bffdb179db75769b5a47b9258e5eded5aaf (diff) | |
| download | genenetwork3-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.json | 9 |
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" +} |
