I want to write an test where I compile a source f...
# general
f
I want to write an test where I compile a source file, modify it, and recompile. Are there any examples of that pattern? I mostly see things using testprojects, but I feel like I shouldn’t be modifying those directly—assuming they are shared test fixtures