aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/README.md
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-02 23:36:34 +0800
committerobscuren <geffobscura@gmail.com>2015-03-02 23:36:34 +0800
commit4f3f881c9be0b590e6e28fda295257e8d15d5f02 (patch)
tree09dae10dca5950c0f402128535245bbc1915b26d /tests/files/README.md
parentb13735b40024ccc704a4c343b2985165a3bc66f4 (diff)
downloadgo-tangerine-4f3f881c9be0b590e6e28fda295257e8d15d5f02.tar
go-tangerine-4f3f881c9be0b590e6e28fda295257e8d15d5f02.tar.gz
go-tangerine-4f3f881c9be0b590e6e28fda295257e8d15d5f02.tar.bz2
go-tangerine-4f3f881c9be0b590e6e28fda295257e8d15d5f02.tar.lz
go-tangerine-4f3f881c9be0b590e6e28fda295257e8d15d5f02.tar.xz
go-tangerine-4f3f881c9be0b590e6e28fda295257e8d15d5f02.tar.zst
go-tangerine-4f3f881c9be0b590e6e28fda295257e8d15d5f02.zip
removed tests
Diffstat (limited to 'tests/files/README.md')
-rw-r--r--tests/files/README.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/files/README.md b/tests/files/README.md
deleted file mode 100644
index 0f7dbe5a6..000000000
--- a/tests/files/README.md
+++ /dev/null
@@ -1,26 +0,0 @@
-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.
-