aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVitalik Buterin <v@buterin.com>2014-05-09 09:54:48 +0800
committerVitalik Buterin <v@buterin.com>2014-05-09 09:54:48 +0800
commitcbccbf977ca7bde15a661a4b453ea062e62ac856 (patch)
tree8465070b50c283a4c4ed9a72e8c8c126a68d23e3 /README.md
parentedbb8d407ecfbcbb6504659cbd9bdabdb93369e3 (diff)
parent45a0974f6f32511119e40a27042fdd571fe47a16 (diff)
downloaddexon-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.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6ceeb19de..0f7dbe5a6 100644
--- a/README.md
+++ b/README.md
@@ -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.
+