- Clone repository
git clone <repo-name>
- Make sure python poetry is installed globally on your system and then in the root directory run:
cd <repo-name>
poetry install
- Select interpreter in VS Code to the virtual environment for the project, if there are multiple, run
poetry env info
to identify
- Tests should now discover via VS Code GUI