quorum/tests
Gustav Simonsson b448390889 Further fixes to block test wrapper
* Move go test wrapper for block tests from cmd/geth to tests
* Fix logic for when tests are valid or not, by adding correct
  validations for expected valid/invalid blocks
* Change block insertion helper to work on single blocks
* Add one test case for each file in BlockTests and comment out
  the tests which are currently failing
* Add Skip call in all block tests in lieu of performance fixes
  around ethash cache which are needed before it will be fast enough
  to start / stop the node between each test
2015-04-21 05:23:10 +02:00
..
files Update JSON tests 2015-04-15 22:36:33 +02:00
helper Fixed tests to reflect log changes 2015-04-08 20:45:39 +02:00
vm Fixed tests to reflect log changes 2015-04-08 20:45:39 +02:00
block_test.go Further fixes to block test wrapper 2015-04-21 05:23:10 +02:00
block_test_util.go Further fixes to block test wrapper 2015-04-21 05:23:10 +02:00
transaction_test.go Fixes for TransactionTests 2015-04-15 22:37:16 +02:00
transaction_test_util.go Add block tests wrapper and fixes for tx tests 2015-04-20 17:46:35 +02:00