Jeffrey Wilcke 4f4d2b6474 tests: updated homestead tests 9 anos atrás
..
ABITests 4f4d2b6474 tests: updated homestead tests 9 anos atrás
BasicTests 4f4d2b6474 tests: updated homestead tests 9 anos atrás
BlockchainTests 4f4d2b6474 tests: updated homestead tests 9 anos atrás
GenesisTests 4f4d2b6474 tests: updated homestead tests 9 anos atrás
KeyStoreTests 4f4d2b6474 tests: updated homestead tests 9 anos atrás
PoWTests 4f4d2b6474 tests: updated homestead tests 9 anos atrás
RLPTests 4f4d2b6474 tests: updated homestead tests 9 anos atrás
StateTests 4f4d2b6474 tests: updated homestead tests 9 anos atrás
TransactionTests 4f4d2b6474 tests: updated homestead tests 9 anos atrás
TrieTests 4f4d2b6474 tests: updated homestead tests 9 anos atrás
VMTests 4f4d2b6474 tests: updated homestead tests 9 anos atrás
ansible 4f4d2b6474 tests: updated homestead tests 9 anos atrás
.gitignore 0823254c3b Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 10 anos atrás
README.md 4f4d2b6474 tests: updated homestead tests 9 anos atrás
TODO 4f4d2b6474 tests: updated homestead tests 9 anos atrás

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.