starhawking / python-terrascript

Create Terraform files using Python scripts.
BSD 2-Clause "Simplified" License
515 stars 76 forks source link

Structure of tests #88

Closed mjuenema closed 4 years ago

mjuenema commented 4 years ago

Re-structure tests/ to distinguish between tests that

  1. do Python assert only.
  2. create valid (validate/plan) Terraform configurations but they can not be fully tested (``apply/destroy```) in the test environment.
  3. create valid Terraform configurations which can applied and destroyed in the test environment.
mjuenema commented 4 years ago