This repo is a collection of small examples for the universal-test-runner.
To try it out:
- Install the universal test runner
- run:
git clone git@github.com:xavdid/test-runner-demo.git
- 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)
- run
Note: this won't stay updated with all the language the universal-test-runner supports, but is meant to be representative of the functionality