You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are lacking any integration tests. The tests we have are unit based and while they provide great coverage, they do not test in full which leaves a few gaps noticed with deep testing of specific components. As such, we need to build in integration tests (ie maven invoker tests). I'll pick up this work and model it off other maven projects I've worked that do exactly that. Its best to test our own overall project that way which makes it rather isolated and will considerably help when new feature requests come in.
The text was updated successfully, but these errors were encountered:
We are lacking any integration tests. The tests we have are unit based and while they provide great coverage, they do not test in full which leaves a few gaps noticed with deep testing of specific components. As such, we need to build in integration tests (ie maven invoker tests). I'll pick up this work and model it off other maven projects I've worked that do exactly that. Its best to test our own overall project that way which makes it rather isolated and will considerably help when new feature requests come in.
The text was updated successfully, but these errors were encountered: