opentofu/internal/moduletest/suite.go
Liam Cervante ce8fd2943d
[Testing Framework] Add test structure to views package for rendering test output (#33324)
* Add test structure to views package for rendering test output

* address comments
2023-06-13 10:09:20 +02:00

8 lines
82 B
Go

package moduletest
type Suite struct {
Status Status
Files map[string]*File
}