gdt-dev / gdt

Go Declarative Testing
Apache License 2.0
4 stars 2 forks source link

don't add non-Scenario files to Suite #9

Closed jaypipes closed 1 year ago

jaypipes commented 1 year ago

When processing a Suite, if the suite directory contains valid YAML files that are not gdt Scenarios (for example, valid Kubernetes CRDs), don't add those to the Suite.Tests collection. Same for valid gdt Scenarios that don't have any tests in them.

Closes Issue #7