mirror of https://github.com/locustio/locust.git
vscode settings: Swtich from unittest to pytest
This commit is contained in:
parent
ad8b921c48
commit
13375404c9
|
@ -44,6 +44,6 @@
|
|||
},
|
||||
"editor.defaultFormatter": "charliermarsh.ruff"
|
||||
},
|
||||
"python.testing.pytestEnabled": false,
|
||||
"python.testing.unittestEnabled": true
|
||||
"python.testing.pytestEnabled": true,
|
||||
"python.testing.unittestEnabled": false
|
||||
}
|
Loading…
Reference in New Issue