cleveland-0.1.0: src/Test/Cleveland/Doc.hs
-- SPDX-FileCopyrightText: 2021 Tocqueville Group
--
-- SPDX-License-Identifier: LicenseRef-MIT-TQ
-- | Utilities for testing documentations sanity.
--
-- These tests serve to ensure that documentation generation is not broken and
-- that user follows sane documentation structure (e.g. contract should be
-- named, some entities require description, e.t.c).
--
-- This module only re-exports modules "Test.Cleveland.Doc.Michelson" and
-- "Test.Cleveland.Doc.Lorentz"
module Test.Cleveland.Doc
( module Test.Cleveland.Doc.Michelson
, module Test.Cleveland.Doc.Lorentz
) where
import Test.Cleveland.Doc.Lorentz
import Test.Cleveland.Doc.Michelson