Gustav Simonsson ff97059a99 Update Ethereum JSON tests, skip failing 10 years ago
..
ABITests 830bdb1cfd Update Ethereum JSON tests 10 years ago
BasicTests ff97059a99 Update Ethereum JSON tests, skip failing 10 years ago
BlockchainTests ff97059a99 Update Ethereum JSON tests, skip failing 10 years ago
KeyStoreTests 03faccfb08 tests: updated 10 years ago
PoWTests d0fa0a234d Merge commit 'a718515b3d43f00497231f981b5ea757b71d55ff' into develop 10 years ago
StateTests ff97059a99 Update Ethereum JSON tests, skip failing 10 years ago
TransactionTests ff97059a99 Update Ethereum JSON tests, skip failing 10 years ago
TrieTests ca1093f848 Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9 10 years ago
VMTests 8f372c867d Update Ethereum JSON test files 10 years ago
ansible 8ec8bff11c Update github.com/ethereum/tests files 10 years ago
.gitignore 0823254c3b Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 10 years ago
README.md 0823254c3b Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 10 years ago
TODO 0823254c3b Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 10 years ago
index.js 8ec8bff11c Update github.com/ethereum/tests files 10 years ago
package.json 8ec8bff11c Update github.com/ethereum/tests files 10 years ago

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.