Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 66edb44

Browse files
authored
Merge pull request #253 from trussworks/barry-remove-tests
removing tests
2 parents ccdd455 + f295e77 commit 66edb44

File tree

9 files changed

+0
-1001
lines changed

9 files changed

+0
-1001
lines changed

.github/workflows/tidy.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.golangci.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,3 @@ repos:
4141
args:
4242
- --args=--config=.terraform-docs.yml
4343
- id: terraform_fmt
44-
45-
- repo: https://github.com/golangci/golangci-lint
46-
rev: v1.50.1
47-
hooks:
48-
- id: golangci-lint
49-
entry: golangci-lint run --fix --timeout 300s

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ ensure_pre_commit: .git/hooks/pre-commit ## Ensure pre-commit is installed
88
pre_commit_tests: ensure_pre_commit ## Run pre-commit tests
99
pre-commit run --all-files --show-diff-on-failure
1010

11-
.PHONY: test
12-
test: pre_commit_tests
13-
go test -count 1 -v -timeout 90m ./test/...
14-
1511
.PHONY: clean
1612
clean:
1713
rm -f .*.stamp

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,3 @@ Install dependencies (macOS)
112112
brew install pre-commit go terraform terraform-docs
113113
pre-commit install --install-hooks
114114
```
115-
116-
### Testing
117-
118-
[Terratest](https://github.com/gruntwork-io/terratest) is being used for
119-
automated testing with this module. Tests in the `test` folder can be run
120-
locally by running the following command:
121-
122-
```text
123-
make test
124-
```
125-
126-
Or with aws-vault:
127-
128-
```text
129-
AWS_VAULT_KEYCHAIN_NAME=<NAME> aws-vault exec <PROFILE> -- make test
130-
```

go.mod

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)