Go to file
CJentzsch 67f3f4c1d8 vmGasCostchanges 2015-03-02 15:50:12 +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 vmGasCostchanges 2015-03-02 15:50:12 +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 vmGasCostchanges 2015-03-02 15:50:12 +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
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.