Testing project using pytest with tests from external "tests" directory in python ?
- Yogesh Kumar
- 03-May-2022
- 0
You need to add project1
path into your PYTHONPATH
OR
use inline command: PYTHONPATH=project1 pytest tests/
224 0
7
* Be the first to Make Comment