We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ac223d commit 472e15dCopy full SHA for 472e15d
test/test_main.py
@@ -135,7 +135,7 @@ def test_broken_ansible_cfg() -> None:
135
136
@pytest.mark.parametrize("tested_path", ("/app/bin/", "/app/bin"))
137
def test_path_inject(mocker: MockerFixture, tested_path: str) -> None:
138
- """Asserts PATH is not changed when it contains paths with trailing slashes"""
+ """Asserts PATH is not changed when it contains paths with trailing slashes."""
139
own_location = Path(tested_path) / "ansible-lint"
140
141
# ensure inject_paths is empty before searching around "own_location"
0 commit comments