blob: d450a2b9e6e485de85497b0c323d282908175000 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// Package hcltest contains utilities that aim to make it more convenient
// to write tests for code that interacts with the HCL API.
//
// This package is intended for use only in test code. It is optimized for
// convenience of use over all other concerns.
package hcltest
|