(raw: str, expected: object)
| 66 | ], |
| 67 | ) |
| 68 | def test_parse_cli_value(raw: str, expected: object) -> None: |
| 69 | assert _parse_cli_value(raw) == expected |
| 70 | |
| 71 | |
| 72 | def test_parse_cli_value_types() -> None: |
nothing calls this directly
no test coverage detected