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
While porting lbAPI to github, I had to omit all package level tests.
WANT
test package nested in each root-level package (i.e., common, virtualserver, pool, etc.)
Functional tests for each method called by the package. This will include unit tests and regression tests. Smoke tests will need to be created and added to the MAKE file.
settings.go file for any variables users want to pass into the test (part of the test package)
The text was updated successfully, but these errors were encountered:
While porting lbAPI to github, I had to omit all package level tests.
WANT
test
package nested in each root-level package (i.e., common, virtualserver, pool, etc.)test
package)The text was updated successfully, but these errors were encountered: