As of writing, we have integration tests (i.e. tests of the generated code, rather than main wag binary that generates the code) in the main module in tests/, and as a result of this the main github.com/Clever/wag module has a dependency on ./samples. It would be a clear architecture and clear up which dependencies are for wag binary and which are for the generated code to move these tests elsewhere.
As of writing, we have integration tests (i.e. tests of the generated code, rather than main
wag
binary that generates the code) in the main module intests/
, and as a result of this the maingithub.com/Clever/wag
module has a dependency on./samples
. It would be a clear architecture and clear up which dependencies are forwag
binary and which are for the generated code to move these tests elsewhere.