This is the code for the article How To Separate Tests and Source for Python Tests.
Usage:
pyenv -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pytest
This is the code for the article How To Separate Tests and Source for Python Tests.
Usage:
pyenv -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pytest