(name)
| 190 | # Use this in the stdout argument of command to print the command |
| 191 | # for running another script. |
| 192 | def script(name): |
| 193 | return os.path.join(os.path.dirname(__file__), "bin", re.sub('\.py$', '', name)) |
| 194 | |
| 195 | def match(command_line): |
| 196 | for (p, stdout) in known_patterns: |
no test coverage detected