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 > @ ```