hcl/integrationtest/doc.go
Martin Atkins 6c4344623b Unfold the "hcl" directory up into the root
The main HCL package is more visible this way, and so it's easier than
having to pick it out from dozens of other package directories.
2019-09-09 16:08:19 -07:00

6 lines
302 B
Go

// Package integrationtest is an internal package that contains some
// tests that attempt to exercise many HCL features together in realistic
// scenarios. This is in addition to -- but not a substitute for -- unit tests
// that verify the behavior of each feature separately.
package integrationtest