2017-09-11 23:56:31 +00:00
|
|
|
// Package hcltest contains utilities that aim to make it more convenient
|
|
|
|
// to write tests for code that interacts with the HCL API.
|
2017-07-27 22:59:32 +00:00
|
|
|
//
|
|
|
|
// This package is intended for use only in test code. It is optimized for
|
|
|
|
// convenience of use over all other concerns.
|
2017-09-11 23:00:31 +00:00
|
|
|
package hcltest
|