Fork of plugeth with any needed changes for statediff plugin
Go to file
obscuren a6e04ab051 Squashed 'tests/files/' changes from 13be3e3..9e3fe72
9e3fe72 update state root hash

git-subtree-dir: tests/files
git-subtree-split: 9e3fe720e3d46f046e06a91e45c881e79557f721
2015-03-03 15:39:33 +01:00
ansible debug version for cppjit in dockerfile 2015-02-05 17:01:24 +01:00
BasicTests Update crypto.json 2015-02-23 18:40:06 -05:00
BlockchainTests spelling error 2015-02-24 01:52:33 -05:00
BlockTests Merge pull request #69 from winsvega/develop 2015-02-28 21:19:48 +01:00
StateTests Squashed 'tests/files/' changes from 13be3e3..9e3fe72 2015-03-03 15:39:33 +01:00
TransactionTests Fork block tests 2015-02-28 20:54:09 +03:00
TrieTests Squashed 'tests/files/' changes from 6f75ca3..2bfb7db 2015-03-03 13:29:59 +01:00
VMTests Squashed 'tests/files/' changes from a3d44ca..998e275 2015-03-03 12:26:24 +01:00
.gitignore updated python and go to new build requirement. added script to create 2015-02-05 12:07:12 +01: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 More docs. 2014-02-21 18:35:51 +00:00
TODO Testing submodules 2014-07-02 10:14:05 -04:00

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.