(self)
| 79 | |
| 80 | @trap |
| 81 | def invocable_via_python_dash_m(self) -> None: |
| 82 | _output_eq( |
| 83 | "python -m invoke print-name --name mainline", "mainline" |
| 84 | ) |
| 85 | |
| 86 | class funky_characters_in_stdout: |
| 87 | @only_utf8 |
nothing calls this directly
no test coverage detected