This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
(Also) Run test harness in-process #510
Closed
Description
Right now, the test harness is executed out-of-process by compiling an instance of dep and Exec()
ing it. It'd be lovely if we could also make it work in-process, by mocking up the commands as needed and just calling them directly.
Doing this would provide us with proper code coverage information. While I'm not a coverage zealot, I do think it's very valuable for us to at least know which parts of our code are covered by tests, and which aren't.
If there's a way to get coverage information from the subprocess, though, I'm probably fine with that, too.
Metadata
Metadata
Assignees
Labels
No labels