(pattern, cls)
| 588 | ], |
| 589 | ) |
| 590 | def test_parse_pattern(pattern, cls): |
| 591 | assert isinstance(parse_pattern(pattern), cls) |
| 592 | |
| 593 | |
| 594 | @pytest.mark.parametrize("pattern", ["aa:", "fo:*", "00:", "x1:abc"]) |
nothing calls this directly
no test coverage detected