Sign in
fuchsia
/
third_party
/
github.com
/
nedbat
/
coveragepy
/
refs/heads/upstream/master
/
.
/
tests
/
modules
/
runmod1.py
blob: 11f4d1f3adca478742c2f2eacfb847af5036fec0 [
file
] [
log
] [
blame
] [
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
(
"runmod1: passed %s"
%
sys
.
argv
[
1
])