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
As discussed with @alpe, we should extract the systemtests framework in another package and leave our system tests under tests/
This allows us to release the framework without our tests, and as well make sure our tests aren't using internal systemtests logic.
I'd propose to put the systemtests package directly at the root. systemtests/go.mod and keep the tests/ package only for our tests.
(Eventually the same should be done done the integration test framework)
The text was updated successfully, but these errors were encountered:
As discussed with @alpe, we should extract the systemtests framework in another package and leave our system tests under tests/
This allows us to release the framework without our tests, and as well make sure our tests aren't using internal systemtests logic.
I'd propose to put the systemtests package directly at the root. systemtests/go.mod and keep the
tests/
package only for our tests.(Eventually the same should be done done the integration test framework)
The text was updated successfully, but these errors were encountered: