2017-09-11 16:56:31 -07: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 15:59:32 -07: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 16:00:31 -07:00
|
|
|
package hcltest
|