Skip to content

Commit

Permalink
Merge pull request #60 from stb-tester/fix-vscode-2024.2-bug
Browse files Browse the repository at this point in the history
Work around test discovery bug in VS Code v2024.2.0
  • Loading branch information
drothlis committed Mar 5, 2024
2 parents b314dc0 + a88df29 commit 00626e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stbt_rig.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,8 @@ def _update_vscode_config():
"python.envFile": "${workspaceFolder}/.env",
"python.testing.nosetestsEnabled": False,
"python.testing.pytestArgs": [
"-p", "stbt_rig",
"-p", "no:python",
"-pstbt_rig",
"-pno:python",
"--override-ini=python_files=*.py",
"--override-ini=python_functions=test_*",
"--tb=no", "--capture=no",
Expand Down

0 comments on commit 00626e5

Please sign in to comment.