plugeth/tests/files
2015-04-15 22:36:33 +02:00
..
ansible Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into develop 2015-03-17 12:02:50 +01:00
BasicTests Merge commit 'f801183b8bea24ce9988fbd06c2f17fedfc3587f' into develop 2015-04-01 17:41:58 +02:00
BlockchainTests
BlockTests Update JSON tests 2015-04-15 22:36:33 +02:00
PoWTests Merge commit 'a718515b3d43f00497231f981b5ea757b71d55ff' into develop 2015-03-26 13:14:24 +01:00
StateTests Update JSON tests 2015-04-15 22:36:33 +02:00
TransactionTests Update JSON tests 2015-04-15 22:36:33 +02:00
TrieTests
VMTests Update JSON test files 2015-04-10 11:52:31 +02:00
.gitignore
index.js
package.json
README.md
TODO

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.