quorum/tests/files
Gustav Simonsson 8f372c867d Update Ethereum JSON test files 2015-06-16 12:09:25 +02:00
..
ABITests Update Ethereum JSON tests 2015-05-15 16:08:00 +02:00
BasicTests Merge commit 'f801183b8bea24ce9988fbd06c2f17fedfc3587f' into develop 2015-04-01 17:41:58 +02:00
BlockTests Update Ethereum JSON test files 2015-06-16 12:09:25 +02:00
BlockchainTests Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9 2015-03-09 01:02:12 +01:00
KeyStoreTests tests: updated 2015-05-26 13:48:10 +02:00
PoWTests Merge commit 'a718515b3d43f00497231f981b5ea757b71d55ff' into develop 2015-03-26 13:14:24 +01:00
StateTests Update Ethereum JSON test files 2015-06-16 12:09:25 +02:00
TransactionTests Update Ethereum JSON test files 2015-06-09 15:39:24 +02:00
TrieTests Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 2015-03-05 17:51:26 +01:00
VMTests Update Ethereum JSON test files 2015-06-16 12:09:25 +02:00
ansible Update github.com/ethereum/tests files 2015-04-22 23:16:18 +02:00
.gitignore Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 2015-03-02 16:43:12 +01:00
README.md Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 2015-03-02 16:43:12 +01:00
TODO Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 2015-03-02 16:43:12 +01:00
index.js Update github.com/ethereum/tests files 2015-04-22 23:16:18 +02:00
package.json Update github.com/ethereum/tests files 2015-04-22 23:16:18 +02: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.