Skip to content

Commit f84867a

Browse files
committed
updated readme
1 parent 1f7ee18 commit f84867a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ An extension with rich support for the [Python language](https://www.python.org/
99
* Code refactoring ([Rename](https://github.com/DonJayamanne/pythonVSCode/wiki/Refactoring:-Rename), [Extract Variable](https://github.com/DonJayamanne/pythonVSCode/wiki/Refactoring:-Extract-Variable), [Extract Method](https://github.com/DonJayamanne/pythonVSCode/wiki/Refactoring:-Extract-Method), [Sort Imports](https://github.com/DonJayamanne/pythonVSCode/wiki/Refactoring:-Sort-Imports))
1010
* Viewing references, code navigation, view signature
1111
* Excellent debugging support (remote debugging over SSH, mutliple threads, django, flask)
12-
* Unit testing, including debugging ([unittest](https://docs.python.org/3/library/unittest.html#module-unittest), [pytest](https://pypi.io/project/pytest/), [nosetests](https://pypi.io/project/nose/), with config files)
12+
* Running and debugging Unit tests ([unittest](https://docs.python.org/3/library/unittest.html#module-unittest), [pytest](https://pypi.io/project/pytest/), [nosetests](https://pypi.io/project/nose/), with config files)
1313
* Execute file or code in a python terminal
1414
* Local help file (offline documentation)
1515
* Snippets
@@ -78,6 +78,7 @@ For further information and details continue through to the [documentation](http
7878
+ Support for unittests, nosetests and pytest
7979
+ Test results are displayed in the "Python" output window
8080
+ Run failed tests, individual tests
81+
+ Debugging unittests
8182
* Snippets
8283
* Miscellaneous
8384
+ Running a file or selected text in python terminal

0 commit comments

Comments
 (0)