Coverage for /opt/homebrew/lib/python3.11/site-packages/pytest/__main__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.2.3, created at 2023-05-04 13:14 +0700

1"""The pytest entry point.""" 

2import pytest 

3 

4if __name__ == "__main__": 

5 raise SystemExit(pytest.console_main())