https://github.com/coryodaniel/tf-unit-test
You dont want this.
https://github.com/coryodaniel/tf-unit-test
Last synced: over 1 year ago
JSON representation
You dont want this.
- Host: GitHub
- URL: https://github.com/coryodaniel/tf-unit-test
- Owner: coryodaniel
- Created: 2019-10-30T20:46:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T22:20:49.000Z (over 6 years ago)
- Last Synced: 2024-05-01T22:38:03.576Z (about 2 years ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tf unit test
Just an idea I was toying w/ once, dont use this.
## Run a unit test
```shell
make test.ruby # test a plan in ruby
make test.go # test a plan in go
```