github.com/hashicorp/hcl/v2@v2.20.0/hcltest/doc.go (about)

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