c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Add end-to-end mocked-up testing for invoke #66

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

It occurs to me that the invoke stage has nearly zero unit test coverage. This is likely because it is a very heavily I/O dependent stage (ie, it connects to a machine node over the network or through shelling out), but this should be fairly easy to mock up.

It'd be nice to have unit test coverage of one of the more important stages in the tester!