diff options
author | Vitalik Buterin <v@buterin.com> | 2014-05-09 09:54:48 +0800 |
---|---|---|
committer | Vitalik Buterin <v@buterin.com> | 2014-05-09 09:54:48 +0800 |
commit | cbccbf977ca7bde15a661a4b453ea062e62ac856 (patch) | |
tree | 8465070b50c283a4c4ed9a72e8c8c126a68d23e3 /README.md | |
parent | edbb8d407ecfbcbb6504659cbd9bdabdb93369e3 (diff) | |
parent | 45a0974f6f32511119e40a27042fdd571fe47a16 (diff) | |
download | dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.tar dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.tar.gz dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.tar.bz2 dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.tar.lz dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.tar.xz dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.tar.zst dexon-cbccbf977ca7bde15a661a4b453ea062e62ac856.zip |
New commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -1,2 +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. + |