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