Skip to content

Output Parsing

Rónán Carrigan edited this page May 1, 2021 · 2 revisions

To allow for running files as a single process, vim-ultest needs to be able to parse the output of runners to find individual results. The only requirements for this are a few regex patterns that can be easily inferred from the output. If your runner isn't currently supported please open an issue with example output!

Supported Runners

Python

  • pytest
  • pyunit

Go

  • gotest

Javascript

  • jest
Clone this wiki locally