servant-openapi-hs-5.0.0: src/Servant/OpenApi/Test.hs
-- |
-- Module: Servant.OpenApi.Test
-- License: BSD3
-- Maintainer: Nadeem Bitar <nadeem@gmail.com>
-- Stability: experimental
--
-- Automatic tests for servant API against OpenApi spec.
module Servant.OpenApi.Test
( validateEveryToJSON,
validateEveryToJSONWithPatternChecker,
)
where
import Servant.OpenApi.Internal.Test