Module tester
[hide private]
[frames] | no frames]

Module tester

source code

Testing infrastructure - generates and executes tests

Computer Systems Architecture Course Assignment 1 March 2016

Classes [hide private]
Tester
Runs the test.
Functions [hide private]
 
usage(argv) source code
 
main() source code
Variables [hide private]
  START_TEST_MSG = '**************** Start %10s *****************'
  END_TEST_MSG = '***************** End %10s ******************'
  TEST_ERRORS_MSG = 'Errors in iteration %d of %d:'
  TEST_FINISHED_MSG = '%-10s finished.................%d%% compl...
  TIMEOUT_MSG = '%-10s timeout..................%d%% completed'
  __package__ = None
Variables Details [hide private]

TEST_FINISHED_MSG

Value:
'%-10s finished.................%d%% completed'