pytest.mark.parametrize("test_input,expected", [
("G", 'GB'),
("GB", 'GB'),
("TB", 'TB'),
("T", 'TB'),
("MB", 'MB'),
("M", 'MB'),
])
| 1 | # flake8: noqa |
| 2 | import pytest |
| 3 | |
| 4 | from ceph.deployment.drive_selection.matchers import _MatchInvalid |
nothing calls this directly
no outgoing calls
no test coverage detected