go-ethereum/tests/files
Christopher Franko 9cdd178759 Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1
Conflicts:
	Godeps/Godeps.json
	Godeps/_workspace/src/github.com/expanse-project/ethash/ethash_test.go
	Makefile
	VERSION
	cmd/gexp/blocktestcmd.go
	cmd/gexp/js.go
	cmd/gexp/js_test.go
	cmd/gexp/main.go
	cmd/utils/cmd.go
	cmd/utils/flags.go
	common/natspec/natspec.go
	common/natspec/natspec_e2e_test.go
	common/natspec/natspec_e2e_test.go.orig
	common/path.go
	common/registrar/registrar.go
	core/block_processor.go
	core/block_processor_test.go
	core/chain_manager.go
	core/chain_manager_test.go
	core/chain_util_test.go
	core/events.go
	core/execution.go
	core/filter.go
	core/state/errors.go
	core/state/statedb.go
	core/state_transition.go
	core/transaction_util.go
	core/types/bloom9.go
	core/types/common.go
	core/types/derive_sha.go
	core/types/receipt.go
	core/vm/common.go
	core/vm/environment.go
	core/vm/instructions.go
	core/vm/jit.go
	core/vm/jit_test.go
	core/vm/vm.go
	docker/Dockerfile
	docker/supervisord.conf
	eth/downloader/modes.go
	event/filter/eth_filter.go
	exp/backend.go
	exp/downloader/downloader.go
	exp/downloader/downloader_test.go
	exp/downloader/peer.go
	exp/downloader/queue.go
	exp/gasprice.go
	exp/handler.go
	exp/sync.go
	miner/worker.go
	rpc/api/admin.go
	rpc/api/debug.go
	rpc/api/eth.go
	rpc/api/eth_args.go
	rpc/api/miner.go
	rpc/api/personal.go
	rpc/comms/ipc.go
	rpc/comms/ipc_unix.go
	rpc/comms/ipc_windows.go
	tests/block_test_util.go
	tests/files/BlockchainTests/bcUncleTest.json
	trie/cache.go
	trie/fullnode.go
	trie/hashnode.go
	trie/secure_trie.go
	trie/shortnode.go
	trie/trie.go
	trie/trie_test.go
	trie/valuenode.go
	xeth/xeth.go
2015-11-03 18:25:50 -05:00
..
ABITests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
ansible rebase 1.2.2 2015-10-13 11:56:11 -04:00
BasicTests tests: update common test wrappers and test files 2015-09-18 13:08:36 +02:00
BlockchainTests Merge remote-tracking branch 'refs/remotes/ethereum/master' into rebase-1.3.1 2015-11-03 18:25:50 -05: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 tests: update JSON files, add new wrappers 2015-10-23 14:25:18 +02:00
TransactionTests Add TestBcForkUncleTests and update JSON files 2015-08-31 16:45:00 +02:00
TrieTests rebase 1.2.2 2015-10-13 11:56:11 -04:00
VMTests tests: update JSON files, add new wrappers 2015-10-23 14:25:18 +02:00
.gitignore Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6' 2015-03-02 16:43:12 +01:00
package.json test change lol 2015-09-01 18:24:03 -04: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

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.