runmod2.py 251 B

1234567
  1. # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
  2. # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
  3. # Used in the tests for run_python_module
  4. import sys
  5. print("runmod2: passed %s" % sys.argv[1])