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
is to make sure the test runs against the provider version specified in the go
21
+
module. You can place your own config to point to a different go binary
22
+
destination within tf-dev-override.tfrc. If the file already exists, it will not
23
+
be overwritten.
22
24
23
-
### Integration Test
25
+
It is better to run both the unit test and integration tests inside a Docker
26
+
container to match the CI/CD pipeline.
24
27
25
28
**Note:** Integration tests require a test project.
26
29
27
-
It is better to run the integration tests inside a Docker container to match the CI/CD pipeline.
28
-
29
-
The integration test installs the provider binary and creates a terraform dev override file tf-dev-override.tfrc. [Dev override](https://googlecloudplatform.github.io/magic-modules/develop/run-tests/#optional-test-manually) is to make sure the test runs against the provider version specified in the go module. You can place your own config within tf-dev-override.tfrc. If the file already exists, it will not be overwritten.
0 commit comments