butte-rs / butte

72 stars 8 forks source link

Introduce end-2-end codegen tests & prepare ground for issue #39 #42

Open magnet opened 4 years ago

magnet commented 4 years ago

Draft, early review welcome @cpcloud @lovesegfault

I'm not sure src is the best place to put the expected source code, especially because it is Rust and it may be confused with code that is actually ran (a different extension might help, but breaks syntax highlighting from IDEs, which is appreciated), and tests is usually reserved for integration tests (where one can call into the crate as a 3rd party).

Ideas welcome!