pytest - Serbipunk/notes GitHub Wiki
show items
pytest --collect-only
ref https://stackoverflow.com/a/62783891/22550824
run single file/class/function
pytest -v tests/my-directory/test_demo.py::TestClassName::test_specific_method
ref: https://stackoverflow.com/a/62804929/22550824
enable print
pytest -s