run pytest from python script

27

pytest test_mod.py
pip install -U pytest
pytest -k "MyClass and not method"
pytest testing/

Comments

Submit
0 Comments