Commit eeb7d5c
committed
modularize terratest into 16 /v2 submodules with a go.work workspace
Splits the single module into per-domain modules under modules/<name>/, each declaring github.com/gruntwork-io/terratest/modules/<name>/v2. Tier-0 utilities (logger, testing, retry, random, files, shell) and the relocated internal helpers (collections, formatting) collapse into modules/core/v2. examples/ and test/ stay in the root module. All cross-module imports are rewritten to their /v2 paths, and a root go.work resolves every submodule locally for development.1 parent d43d8cc commit eeb7d5c
626 files changed
Lines changed: 2667 additions & 3342 deletions
File tree
- cmd
- pick-instance-type
- terratest_log_parser
- examples/terraform-asg-scp-example
- modules
- aws
- azure
- collections
- core
- collections
- files
- formatting
- logger
- parser
- fixtures
- basic_example_expected
- TestGetIndent
- TestGetTestNameFromResultLine
- TestGetTestNameFromStatusLine
- TestIsPanicLine
- TestIsResultLine
- TestIsStatusLine
- TestIsSummaryLine
- failing_example_expected
- TestGetIndent
- TestGetTestNameFromResultLine
- TestGetTestNameFromStatusLine
- TestIsPanicLine
- TestIsResultLine
- TestIsStatusLine
- TestIsSummaryLine
- new_go_failing_example_expected
- panic_example_expected
- TestGetIndent
- TestGetTestNameFromResultLine
- TestGetTestNameFromStatusLine
- TestIsPanicLine
- TestIsResultLine
- TestIsStatusLine
- TestIsSummaryLine
- random
- retry
- shell
- testing
- database
- dnshelper
- docker
- environment
- gcp
- git
- helm
- httphelper
- k8s
- oci
- opa
- packer
- slack
- ssh
- terraform
- terragrunt
- teststructure
- version-checker
- test
- azure
- gcp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments