Skip to content

Latest commit

 

History

History

bin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

These are scripts that are useful when working with the integration tests.

  • balance.py is used by run_parallel to distribute test cases among test runner processes.
  • format uses yapf3 to format all of the Python code.
  • run is a wrapper around python3 -m unittest that finds all test cases and runs them. It also forwards its arguments to python3 -m unittest, so for example you can run a subset of tests, or increase the verbosity of logging.
  • run_parallel is a wrapper around run that executes each test Python module in its own docker compose "project," all in parallel.