python-pytest-abs-sample-project

Sample test project

Prepare environment

Using venv

python -m venv env
env\Scripts\activate
(env) > pip install -r requirements.txt

Run pytest

(env) > pytest