Skip to content

Commit 6ca48ee

Browse files
committed
simplify python test
1 parent c6f8980 commit 6ca48ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cli/more-projects_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -909,9 +909,9 @@ def test_project_file_no_analyze_all_vs_configs(tmp_path):
909909
"""<project>
910910
<analyze-all-vs-configs>false</analyze-all-vs-configs>
911911
<paths>
912-
<dir name="{}"/>
912+
<dir name="."/>
913913
</paths>
914-
</project>""".format(test_file))
914+
</project>""")
915915

916916
ret, stdout, stderr = cppcheck(['--project=' + str(project_path)])
917917
assert ret == 0, stdout

0 commit comments

Comments
 (0)