Skip to content

Latest commit

 

History

History
84 lines (42 loc) · 2.44 KB

README.md

File metadata and controls

84 lines (42 loc) · 2.44 KB

pysys-vscode-extension

CI takes place on the Azure Platform building on Linux, Windows and Mac platforms.

Build Status

Requirements

Python 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.

problems tab

However the python interpreter can be set using the interpreter_path setting

problems tab

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

overview

  • See your PySys project structure at a quick glance
  • Create and run tests directly from the UI
  • Set custom arguments with which to run your tests

problems tab

  • From PySys 1.6 Test failures are displayed in the vscode problems tab

problems tab

  • show the tests as a flat structure or in tree form

flat toggle

Features

PySys view

A view in the vscode explorer that displays all PySys projects/tests in the current workspace(s).

view

You can create new projects, directories or tests straight from the view.

create

Edit

Start working on your tests straight away

edit

Fully integrated python extension from Microsoft allows auto-complete.

edit

Run

Run projects, directories or individual tests with default settings.

run

Or set your own settings for running projects or directories, such as setting custom run arguments.

custom

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.

problems

Release Notes

v0.8.1

First release under ApamaCommunity.