packages feed

katip-logzio-0.1.0.0: test/Main.hs

module Main
    ( main
    ) where


-------------------------------------------------------------------------------
import           Test.Tasty
-------------------------------------------------------------------------------
import qualified Katip.Tests.Scribes.LogzIO.HTTPS
-------------------------------------------------------------------------------



main :: IO ()
main = defaultMain tests


-------------------------------------------------------------------------------
tests :: TestTree
tests = testGroup "katip-logzio"
  [ Katip.Tests.Scribes.LogzIO.HTTPS.tests
  ]