Go to file
obscuren d0354b8440 Squashed 'tests/files/' changes from c6111e6..a3d44ca
a3d44ca update state tests to PoC9
709d6a7 update stSystemOperationsTest.json
3188f77 fix jumpdest requirements
202b69a remove memory test
41b4e1d add memory tests
2597bdf Merge remote-tracking branch 'origin/PoC9' into PoC9
0de34b2 add stateRoot to state tests
10b4ced Remove unneeded tests.
88eb6bf Fix for tests.
9010f17 Test updates.

git-subtree-dir: tests/files
git-subtree-split: a3d44caae83dd48db7df176dc784c529945e90a1
2015-03-03 11:11:24 +01:00
BasicTests Update crypto.json 2015-02-23 18:40:06 -05:00
BlockTests Merge pull request #69 from winsvega/develop 2015-02-28 21:19:48 +01:00
BlockchainTests spelling error 2015-02-24 01:52:33 -05:00
StateTests Squashed 'tests/files/' changes from c6111e6..a3d44ca 2015-03-03 11:11:24 +01:00
TransactionTests Fork block tests 2015-02-28 20:54:09 +03:00
TrieTests add secure trie tests 2015-03-02 14:32:29 +01:00
VMTests Squashed 'tests/files/' changes from c6111e6..a3d44ca 2015-03-03 11:11:24 +01:00
ansible debug version for cppjit in dockerfile 2015-02-05 17:01:24 +01:00
.gitignore updated python and go to new build requirement. added script to create 2015-02-05 12:07:12 +01:00
README.md More docs. 2014-02-21 18:35:51 +00:00
TODO Testing submodules 2014-07-02 10:14:05 -04:00
index.js added transaction tests to index.js 2015-02-10 14:38:48 -05:00
package.json bump 2015-02-12 00:56:22 -05:00

README.md

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.