ApamaCommunity / pysys-vscode-extension

This is a vscode extension for the pysys framwork it enables the use of this testing framework in Visual Studio Code allowing the use of the UI to interact with and create tests for your software projects..
https://cariboujohn.github.io/pysys-vscode-extension/
4 stars 4 forks source link

Add an extra command to show tests available and more detail on a single test #14

Closed CaribouJohn closed 4 years ago

CaribouJohn commented 4 years ago

From within a PySys project there is the option to run

python -m pysys print

image

In fact this can be done at various levels within the project to narrow down the output

image

We should add a right click menu option to run this command on all nodes of the tree (root/directory...)

We could add an info option to the test its self so an "info" icon - provides the output for that test alone:

image