quorum/tests/files
Gustav Simonsson fe8093b71f Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
..
ABITests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
BasicTests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
BlockchainTests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
GenesisTests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
KeyStoreTests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
PoWTests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
RLPTests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
StateTests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
TransactionTests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
TrieTests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
VMTests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
ansible Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
.gitignore Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 2015-03-02 16:43:12 +01:00
README.md Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
TODO Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +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.