Skip to content

Commit

Permalink
pyTestArgs in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Kondratyev committed Feb 1, 2019
1 parent d8c9041 commit d8e20b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Property | Description
`python.unitTest.unittestEnabled` | Whether to enable or disable unit testing using unittest (enables or disables test discovery for Test Explorer)
`python.unitTest.unittestArgs` | Arguments used for test discovery (currently only `-s` and `-p` arguments are considered)
`python.unitTest.pyTestEnabled` | Whether to enable or disable unit testing using pytest (enables or disables test discovery for Test Explorer)
`python.unitTest.pyTestArgs` | Arguments passed to the pytest. Each argument is a separate item in the array.
`python.envFile` | Path to environment variable definitions file
`pythonTestExplorer.testFramework`| Test framework to use (overrides Python extension properties `python.unitTest.unittestEnabled` and `python.unitTest.pyTestEnabled`)

Expand Down

0 comments on commit d8e20b1

Please sign in to comment.