aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/README.md
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-02 23:43:12 +0800
committerobscuren <geffobscura@gmail.com>2015-03-02 23:43:12 +0800
commit0823254c3bc2560f8e0dd6f19d05f471f8af94f4 (patch)
tree56188e6c00336c34971839a90ece54a576483606 /tests/files/README.md
parent4f3f881c9be0b590e6e28fda295257e8d15d5f02 (diff)
parentce7204fa17560f6a76c7592bf5f23d29f22042d6 (diff)
downloadgo-tangerine-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.tar
go-tangerine-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.tar.gz
go-tangerine-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.tar.bz2
go-tangerine-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.tar.lz
go-tangerine-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.tar.xz
go-tangerine-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.tar.zst
go-tangerine-0823254c3bc2560f8e0dd6f19d05f471f8af94f4.zip
Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6'
git-subtree-dir: tests/files git-subtree-mainline: 4f3f881c9be0b590e6e28fda295257e8d15d5f02 git-subtree-split: ce7204fa17560f6a76c7592bf5f23d29f22042d6
Diffstat (limited to 'tests/files/README.md')
-rw-r--r--tests/files/README.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/files/README.md b/tests/files/README.md
new file mode 100644
index 000000000..0f7dbe5a6
--- /dev/null
+++ b/tests/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.
+