| 1472 | assert get_subcommand(get_subcommand(git), is_required=False) == git.plugins.bar |
| 1473 | |
| 1474 | class NotModel: ... |
| 1475 | |
| 1476 | with pytest.raises( |
| 1477 | SettingsError, match='Error: NotModel is not subclass of BaseModel or pydantic.dataclasses.dataclass' |
no outgoing calls
searching dependent graphs…