Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 285 Bytes

tests.md

File metadata and controls

13 lines (9 loc) · 285 Bytes

Testing the code

To execute the different tools that have been included for development, run the following command from the terminal:

bash run_tests.sh

This script will run the following:

  1. Pytest and Coverage
  2. MyPy (for code typing)
  3. Black (for code formatting)