aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/TODO
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/TODO
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/TODO')
-rw-r--r--tests/files/TODO21
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/files/TODO b/tests/files/TODO
deleted file mode 100644
index 91d0f358b..000000000
--- a/tests/files/TODO
+++ /dev/null
@@ -1,21 +0,0 @@
-- Move over to standard and clear JSON format:
-
-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.
-