Sign in
chromium
/
external
/
github.com
/
nedbat
/
coveragepy
/
refs/heads/main
/
.
/
tests
/
modules
/
pkg1
/
sub
/
runmod3.py
blob: 645ecbc8527f9246953d055e7fecae7ff3f0c198 [
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
(
"runmod3: passed %s"
%
sys
.
argv
[
1
])