(self)
| 1478 | print(f"couldn't print to {fp} because of encoding") |
| 1479 | |
| 1480 | def _getpytestargs(self) -> tuple[str, ...]: |
| 1481 | return sys.executable, "-mpytest" |
| 1482 | |
| 1483 | def runpython(self, script: os.PathLike[str]) -> RunResult: |
| 1484 | """Run a python script using sys.executable as interpreter.""" |
no outgoing calls
no test coverage detected