Clever / wag

sWAGger - Web API Generator
Apache License 2.0
77 stars 6 forks source link

Move integration tests out of the main module #382

Closed taylor-sutton closed 3 years ago

taylor-sutton commented 3 years ago

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.

taylor-sutton commented 3 years ago

Closed by #388