microsoft/coyote

Can tests be rewired programmatically with the TestingEngine?

jhwj9617 opened this issue ยท 4 comments

I noticed that when running with the TestingEngine, I haven't found a way to rewire from there.
Instead, I have to create a post-build process that runs the coyote rewrite step, before the systematic unit tests runs.
Am I missing some function of TestingEngine, or is the way I'm doing it the right way?

This is the right way. You still have to do coyote rewrite even if you are running the tests programmatically.

Thanks for the clarity. Maybe convey this info in the docs?

Thanks for the clarity. Maybe convey this info in the docs?

We will, thanks for the feedback @jhwj9617

Just wanted to also point out this would directly handle this which you are already addressing: