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