Vscode extension to use should-get file formatThis extension allow to add syntaxic coloration of should-get (test) and should-tap (result) format of file. should -- Test command-line applications through .should filesshouldget is a single-file program to test command-line applications on Unix-like systems. It checks the standard output, or possibly another file, and parses for exact or regular expressions, possibly while counting them and checking their number of occurrences. It also parses and tests JSON data. should outputs reports in .tap format and in JUnit-like XML. should is written in Python with no external dependencies except from Python >= 3.4 and is intended to work on any command-line application -- should your application outputs something, you can test it! DemoThe demo/hello.should example covers the basic functionality :
Features
RequirementsNo requierment needed for this extension.
You may need to install
Extension SettingsNo settings for this extension Known IssuesNone |