We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e20fae commit 5fd76dbCopy full SHA for 5fd76db
tests/unit/test_parser.py
@@ -100,7 +100,7 @@ def test_leading_spaces_config_start(network_os):
100
101
@pytest.mark.parametrize("network_os", all_network_os)
102
def test_empty_config(network_os):
103
- "Test that an empty config returns an empty list and does not raise an error."
+ """Test that an empty config returns an empty list and does not raise an error."""
104
config = ""
105
os_parser = compliance.parser_map[network_os]
106
assert os_parser(config).config_lines == []
0 commit comments