From 21a4a847456fde5fcc6072df0d0fc36992da283d Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Fri, 12 Feb 2021 15:18:21 +0300 Subject: Add function for computing the hash of a directory --- tests/unit/test_data/metadata.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/unit/test_data/metadata.json (limited to 'tests/unit/test_data/metadata.json') 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" +} -- cgit v1.2.3