pytest.mark.parametrize(
"test_input,expected",
[
('', "PlacementSpec()"),
("count:2", "PlacementSpec(count=2)"),
("3", "PlacementSpec(count=3)"),
("host1 host2
| 1 | # flake8: noqa |
| 2 | import json |
| 3 | import re |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected