6c4344623b
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.
6 lines
302 B
Go
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
|