Package CHEM :: Package test :: Module Const
[hide private]
[frames] | no frames]

Module Const



Various constants for use by the application test cases

Variables [hide private]
  APPLICATION_NAME = 'test_CHEM'
Default level for application logging.
  LOGGER_LEVEL = 20
Default format of logger output
  LOGGER_FORMAT = '[%(asctime)s %(levelname)s] %(message)s'
Verbosity of the test runner
  RUNNER_VERBOSITY = 2
Application logger level.
  APP_LOGGER_LEVEL = 50
Variables Details [hide private]

APPLICATION_NAME

Default level for application logging. Modify these for different scenarios. See Python logging package documentation for more information
Value:
'test_CHEM'

RUNNER_VERBOSITY

Application logger level. Set this to higher level to suppress uninteresting application output during test runs.
Value:
2