]> Git — Sourcephile - haskell/symantic-http.git/blob - test/Hspec.hs
Add streaming support through pipes
[haskell/symantic-http.git] / test / Hspec.hs
1 module Hspec where
2
3 import Hspec.Utils
4 import qualified Hspec.API
5 import qualified Hspec.Client
6 import qualified Hspec.Server
7
8 hspec :: IO TestTree
9 hspec =
10 testGroup "Hspec"
11 <$> Hspec.API.hspec
12 <> Hspec.Client.hspec
13 <> Hspec.Server.hspec