test.sh 162 B

1234
  1. cd src # Otherwise, the imports won't work (pyCBD is the root directory)
  2. python3 -m unittest discover -v test "*.py"
  3. #python -m unittest discover -v test "*.py"