eoc
eoc copied to clipboard
Single Test Execution Not Possible with eoc test --object Command
trafficstars
It should be possible to run a single tests, instead of all together. For example, like this:
eoc test --object foo.app.works-fine
It should run this test:
+package foo
[] > app
[] +> works-fine
true > @