2017-07-27 22:59:32 +00:00
|
|
|
// Package zcltest contains utilities that aim to make it more convenient
|
|
|
|
// to write tests of code that interacts with the zcl API.
|
|
|
|
//
|
|
|
|
// 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
|