python3.9 -m 'venv' venvsource venv/bin/activatepip install -r requirements.txt
ipython kernel install --name "local-venv" --user
- In PyCharm, ensure to include
./srcas a source root and run the tests - In VSCode or other IDES ensure to add
./srctoPYTHONPATHPYTHONPATH="${PYTHONPATH}:$(pwd)/src"
- Execute tests
PYTHONPATH="${PYTHONPATH}:$(pwd)/src" python -m pytest