mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 18:01:01 -06:00
ce8fd2943d
* Add test structure to views package for rendering test output * address comments
8 lines
82 B
Go
8 lines
82 B
Go
package moduletest
|
|
|
|
type Suite struct {
|
|
Status Status
|
|
|
|
Files map[string]*File
|
|
}
|