(parser: ToxParser)
| 18 | |
| 19 | @impl |
| 20 | def tox_add_option(parser: ToxParser) -> None: |
| 21 | logging.warning("Add magic") |
| 22 | parser.add_argument("--magic", action="store_true") |
| 23 | |
| 24 | project = tox_project({"toxfile.py": plugin}) |
| 25 | result = project.run("-h") |
nothing calls this directly
no test coverage detected
searching dependent graphs…