Sign in
chromium
/
external
/
github.com
/
nedbat
/
coveragepy
/
refs/heads/main
/
.
/
tests
/
modules
/
pkg1
/
runmod2.py
blob: fe0f7bd4c01e3552832232a4d54af91b528d09b9 [
file
] [
edit
]
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt
# Used in the tests for PyRunner
import
sys
print
(
"runmod2: passed %s"
%
sys
.
argv
[
1
])