Skip to content

Commit

Permalink
change test order
Browse files Browse the repository at this point in the history
  • Loading branch information
wonkr committed Feb 26, 2023
1 parent ec2f023 commit d58d747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ethereum/POW/blockchain-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ def printLog(*args, **kwargs):
test_suite = ut.TestSuite()
test_suite.addTest(MultipleChainsTestCase('test_pow_chain_connection'))
test_suite.addTest(MultipleChainsTestCase('test_pow_chain_id'))
test_suite.addTest(MultipleChainsTestCase('test_pow_send_transaction'))
test_suite.addTest(MultipleChainsTestCase('test_pow_chain_consensus'))
test_suite.addTest(MultipleChainsTestCase('test_pow_peer_counts'))
test_suite.addTest(MultipleChainsTestCase('test_import_account'))
test_suite.addTest(MultipleChainsTestCase('test_pow_emulator_account'))
test_suite.addTest(MultipleChainsTestCase('test_pow_create_account'))
test_suite.addTest(MultipleChainsTestCase('test_pow_send_transaction'))
test_suite.addTest(MultipleChainsTestCase('test_pow_peer_counts'))

res = ut.TextTestRunner(verbosity=2).run(test_suite)

Expand Down

0 comments on commit d58d747

Please sign in to comment.