pysys-vscode-extensionCI takes place on the Azure Platform building on Linux, Windows and Mac platforms. RequirementsPython and the PySys framework are required to use this extension. By default the extension will use the python and PySys that are currently on the path. The status bar will show the version of PySys found. However the python interpreter can be set using the interpreter_path setting The extension will not load if python or PySys are not detected. This extension allows you to run PySys tests in the VSCode UI. For more information about PySys please visit the PySys project page
FeaturesPySys viewA view in the vscode explorer that displays all PySys projects/tests in the current workspace(s). You can create new projects, directories or tests straight from the view. EditStart working on your tests straight away Fully integrated python extension from Microsoft allows auto-complete. RunRun projects, directories or individual tests with default settings. Or set your own settings for running projects or directories, such as setting custom run arguments. Finally if you use PySys 1.6+ the output of your runs will be automatically shown in the problems tab of vscode. These problems can then be used to navigate to the source of the error. Release Notesv0.8.1First release under ApamaCommunity. |