(self)
| 1435 | print(f"couldn't print to {fp} because of encoding") |
| 1436 | |
| 1437 | def _getpytestargs(self) -> Tuple[str, ...]: |
| 1438 | return sys.executable, "-mpytest" |
| 1439 | |
| 1440 | def runpython(self, script: "os.PathLike[str]") -> RunResult: |
| 1441 | """Run a python script using sys.executable as interpreter.""" |
no outgoing calls
no test coverage detected