Skip to content

Commit

Permalink
Work around test discovery bug in VS Code v2024.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drothlis committed Feb 29, 2024
1 parent b314dc0 commit a88df29
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 a88df29

Please sign in to comment.