Fork of plugeth with any needed changes for statediff plugin
Go to file
obscuren e2c75b0fa1 Squashed 'tests/files/' changes from 15ce2ab..05fe945
05fe945 Added another pow test
7cf2f6b uncle header with block number = 1
d65c7a3 Merge remote-tracking branch 'origin/PoC9' into PoC9
8e05ce5 uncle tests
7c8f2b4 Merge branch 'PoC9' of github.com:ethereum/tests into PoC9
83d1f4d fixed

git-subtree-dir: tests/files
git-subtree-split: 05fe94507b92dbfbfe8c198df33160eaaf9e87fc
2015-03-08 15:29:27 +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 Squashed 'tests/files/' changes from 15ce2ab..05fe945 2015-03-08 15:29:27 +01:00
PoWTests Squashed 'tests/files/' changes from 15ce2ab..05fe945 2015-03-08 15:29:27 +01:00
StateTests Squashed 'tests/files/' changes from 9e3fe72..15ce2ab 2015-03-05 17:51:26 +01:00
TransactionTests Squashed 'tests/files/' changes from 9e3fe72..15ce2ab 2015-03-05 17:51:26 +01:00
TrieTests Squashed 'tests/files/' changes from 9e3fe72..15ce2ab 2015-03-05 17:51:26 +01:00
VMTests Squashed 'tests/files/' changes from 9e3fe72..15ce2ab 2015-03-05 17:51:26 +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.