Skip to content

Commit

Permalink
Fix path to tests dir in DevContainer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hkeeler committed Oct 18, 2023
1 parent 3b18289 commit 5a515e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"python.testing.unittestEnabled": false,
"python.testing.pytestArgs": [
"--rootdir",
"${workspaceFolder}/src/tests"
"${workspaceFolder}/tests"
]
}
}
Expand Down

0 comments on commit 5a515e9

Please sign in to comment.