From 4f3f881c9be0b590e6e28fda295257e8d15d5f02 Mon Sep 17 00:00:00 2001 From: obscuren Date: Mon, 2 Mar 2015 16:36:34 +0100 Subject: removed tests --- tests/files/README.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 tests/files/README.md (limited to 'tests/files/README.md') diff --git a/tests/files/README.md b/tests/files/README.md deleted file mode 100644 index 0f7dbe5a6..000000000 --- a/tests/files/README.md +++ /dev/null @@ -1,26 +0,0 @@ -tests -===== - -Common tests for all clients to test against. - -All files should be of the form: - -``` -{ - "test1name": - { - "test1property1": ..., - "test1property2": ..., - ... - }, - "test2name": - { - "test2property1": ..., - "test2property2": ..., - ... - } -} -``` - -Arrays are allowed, but don't use them for sets of properties - only use them for data that is clearly a continuous contiguous sequence of values. - -- cgit