# How to Run test * First run the following instructions to install pytest ```bash pip install pytest ``` * Then run the following instructions in the tests dir to test: ```bash pytest . ```