tests versuch 2
This commit is contained in:
parent
fdf385fe06
commit
c88f7df83a
2363 changed files with 408191 additions and 0 deletions
8
venv/lib/python3.11/site-packages/coverage/__main__.py
Normal file
8
venv/lib/python3.11/site-packages/coverage/__main__.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
|
||||
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
|
||||
|
||||
"""Coverage.py's main entry point."""
|
||||
|
||||
import sys
|
||||
from coverage.cmdline import main
|
||||
sys.exit(main())
|
Loading…
Add table
Add a link
Reference in a new issue