Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.05 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.05 KB

universal-test-runner Demo

This repo is a collection of small examples for the universal-test-runner.

To try it out:

  1. Install the universal test runner
  2. run: git clone git@github.com:xavdid/test-runner-demo.git
  3. in each subfolder:
    • run t invoke the correct test handler. This will only work if you have the corresponding test runner installed (pytest, cargo, npm, etc), so some languages may fail if you haven't worked on them before
    • or, run universal-test-runner --debug to see what test command would be run (regardless of if you have it installed locally)

Note: this won't stay updated with all the language the universal-test-runner supports, but is meant to be representative of the functionality