Skip to content

Commit

Permalink
Update core/src/epicli/.vscode/launch.json
Browse files Browse the repository at this point in the history
Co-Authored-By: to-bar <[email protected]>
  • Loading branch information
seriva and to-bar authored Apr 7, 2020
1 parent 14663d5 commit f571c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/epicli/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"pythonPath": "${config:python.pythonPath}",
"env": { "PYTHONPATH": "${workspaceFolder}" },
"console": "integratedTerminal",
"args": ["${workspaceFolder}/tests/", "--junitxml=${workspaceFolder}/tests/results/unit_tests_results.xml"]
"args": ["${workspaceFolder}/tests/", "--junitxml=${workspaceFolder}/tests/results/unit_test_results.xml"]
}
]
}
}

0 comments on commit f571c94

Please sign in to comment.