blob: 1a8146febde425be92d39cc5ce0cedc6bdf3bb43 (
plain)
1
2
3
4
5
6
7
8
|
// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
// 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
|