-
Notifications
You must be signed in to change notification settings - Fork 15
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!
- pytest
- pyunit
- gotest
- jest