eoc icon indicating copy to clipboard operation
eoc copied to clipboard

Single Test Execution Not Possible with eoc test --object Command

Open yegor256 opened this issue 4 months ago • 0 comments
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 > @

yegor256 avatar Jun 22 '25 16:06 yegor256