go-ethereum/tests/files
2015-11-20 12:53:36 +01:00
..
ABITests
ansible
BasicTests tests: update common test wrappers and test files 2015-09-18 13:08:36 +02:00
BlockchainTests Update common test files 2015-11-20 12:53:36 +01:00
GenesisTests
KeyStoreTests
PoWTests
RLPTests
StateTests Update common test files 2015-11-20 12:53:36 +01:00
TransactionTests
TrieTests
VMTests tests: update JSON files, add new wrappers 2015-10-23 14:25:18 +02:00
.gitignore
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.