Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit 660cd26

Browse files
committed
More docs.
1 parent 6ad14c1 commit 660cd26

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
11
tests
22
=====
3+
4+
Common tests for all clients to test against.
5+
6+
All files should be of the form:
7+
8+
```
9+
{
10+
"test1name":
11+
{
12+
"test1property1": ...,
13+
"test1property2": ...,
14+
...
15+
},
16+
"test2name":
17+
{
18+
"test2property1": ...,
19+
"test2property2": ...,
20+
...
21+
}
22+
}
23+
```
24+
25+
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.
26+

0 commit comments

Comments
 (0)