Python 테스트 실행. 더 많은 정보: https://docs.pytest.org/.
pytest {{경로/대상/테스트_파일1.py 경로/대상/테스트_파일2.py ...}}
pytest -k {{표현식}}
pytest --exitfirst
pytest -m {{마커_이름1 and not 마커_이름2}}
pytest --stepwise
pytest --capture=no