This project serves as a starter template for building python based projects.
Activating the environment ensures that any packages you install will be added only to this project.
- On macOS/Linux:
source venv/bin/activate
- On Windows:
venv\Scripts\activate
You run all the testcases with
pytest