Org environments module tests and tests CI configuration
* sample test * bump tftest library version in requirements * org env: initial tests * Fix boilerplate * add boilerplate to skel testing cloud build * use package structure for tests * use package structure for tests * add bolerplate to package init files * wip build config for tests * initial test cloud build configuration * dummy change * add comment to test configuration file * add missing test docstring * remove debug logging config from tests fixture
This commit is contained in:
committed by
GitHub
parent
34421568f5
commit
e553da6464
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,8 +1,12 @@
|
||||
**/.terraform
|
||||
**/terraform.tfstate*
|
||||
**/terraform.tfvars
|
||||
!tests/**/terraform.tfvars
|
||||
**/__pycache__
|
||||
**/.pytest_cache
|
||||
.idea
|
||||
.vscode
|
||||
backend.tf
|
||||
backend-config.hcl
|
||||
credentials.json
|
||||
key.json
|
||||
|
||||
Reference in New Issue
Block a user