diff options
author | obscuren <geffobscura@gmail.com> | 2014-10-19 05:28:16 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-10-19 05:28:16 +0800 |
commit | 3ad1daa70d09e0fc32347029b98166a51e9078c4 (patch) | |
tree | e4a7a42f31c7e875adcd0e1d478903e366a033cf /tests/vm/files/README.md | |
parent | 3bc64b6b6edf380aaa145e612988a4aa640e0d23 (diff) | |
download | dexon-3ad1daa70d09e0fc32347029b98166a51e9078c4.tar dexon-3ad1daa70d09e0fc32347029b98166a51e9078c4.tar.gz dexon-3ad1daa70d09e0fc32347029b98166a51e9078c4.tar.bz2 dexon-3ad1daa70d09e0fc32347029b98166a51e9078c4.tar.lz dexon-3ad1daa70d09e0fc32347029b98166a51e9078c4.tar.xz dexon-3ad1daa70d09e0fc32347029b98166a51e9078c4.tar.zst dexon-3ad1daa70d09e0fc32347029b98166a51e9078c4.zip |
Added tests as subtree
Diffstat (limited to 'tests/vm/files/README.md')
-rw-r--r-- | tests/vm/files/README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/vm/files/README.md b/tests/vm/files/README.md new file mode 100644 index 000000000..0f7dbe5a6 --- /dev/null +++ b/tests/vm/files/README.md @@ -0,0 +1,26 @@ +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. + |