Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 365 Bytes

File metadata and controls

16 lines (9 loc) · 365 Bytes

Test Requirements

  • Docker

Start Docker Container

$ . manage.sh

Running the tests

$ python run_tests.py [options]

Options

--verbose: Output debug information (warning: interferes with test progress output)

--batch: Run in batch mode. Faster but does not check for tests with side effects. Should be used to check for coverage!