We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb3541 commit 30c8bdfCopy full SHA for 30c8bdf
test/unittests/tools/env/test_env_files.py
@@ -213,7 +213,6 @@ def test_relative_paths():
213
214
@pytest.mark.parametrize("values, expected",
215
[("myscripts", '"$script_folder/myscripts"'),
216
- ("/path/myscripts", '"/path/myscripts"'),
217
("../myscripts", '"$script_folder/../myscripts"'),
218
("../my scripts", '"$script_folder/../my scripts"'),
219
(["../my scripts", "path/other"],
0 commit comments