()
| 60 | |
| 61 | @pytest.fixture |
| 62 | def subcommand_app(): |
| 63 | return WithCommandSets(auto_load_commands=False, command_sets=[SubcommandSet(1)]) |
| 64 | |
| 65 | |
| 66 | def test_subcommand_foo(subcommand_app) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…