plugeth/tests/files
Jeffrey Wilcke 122d2db095 Merge pull request #1150 from fjl/fix-jumpdest
core/vm: improve JUMPDEST analysis
2015-06-03 09:11:56 -07:00
..
ABITests
ansible
BasicTests
BlockchainTests
BlockTests tests/files: update tests to d309b4679a58d2 2015-06-03 16:25:06 +02:00
KeyStoreTests tests: updated 2015-05-26 13:48:10 +02:00
PoWTests
StateTests tests/files: update tests to d309b4679a58d2 2015-06-03 16:25:06 +02:00
TransactionTests
TrieTests
VMTests tests/files: update tests to d309b4679a58d2 2015-06-03 16:25:06 +02:00
.gitignore
index.js
package.json
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.