Python Unit Testing With VS Code
VS Code can automatically recognize existing Python tests and run them. Learn how to configure it to run test suites, individual tests as well as view test output.
Link to PyEval repo: https://github.com/JFincher42/PyEval.git
Austin Cepalia RP Team on April 5, 2019
Great tip! Iβll add it to the video descriptions Iβm writing now
AugustoVal on April 6, 2019
Hello Austin,
Where could I find the link for the repo?
Jacob Andersen on April 7, 2019
Iβm using visual studio code for windows and canβt seem to find the shell command shown 43 seconds into the video. I open the command palette just fine, but there is no sign of the βinstall code command in PATH β statement.
Austin Cepalia RP Team on April 7, 2019
It appears that the VS Code installer for Windows automatically adds the program executable to the PATH, so that step can be ignored. You should still be able to type βcode .β in your command prompt or bash shell, just as I did in the video.
haleybear on April 24, 2019
link to repo: github.com/JFincher42/PyEval.git
Anonymous on July 24, 2019
I have no shell command β Install βcodeβ Command in pathβ
Anonymous on July 24, 2019
Code is not automatically installed in path on my windows machine.
nskgithub on Nov. 26, 2019
I have the same issue as below:
Iβm using visual studio code for windows and canβt seem to find the shell command shown 43 seconds into the video. I open the command palette just fine, but there is no sign of the βinstall code command in PATH β statement.
I tried running git command and am getting git is invalid identifier
Become a Member to join the conversation.

Brendan Leber on April 5, 2019
FYI, if you are running the βInsiderβs Editionβ the shell command to run is βcode-insiders .β