forked from shipwright-io/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wire test variables through e2e lib code
Files without the `_test.go` suffix are compiled as "normal" go code in IDEs like VSCode. This can lead to spurious compile errors if the normal code references variables in test code. Updating the library code in `samples.go` and `validators.go` to accept test variables as arguments in function calls. Wired test arguments through to library functions.
- Loading branch information
1 parent
5d89593
commit b2e76b4
Showing
4 changed files
with
182 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.