urbit-hob-0.2.0: test/Co.hs
module Main where
import qualified Co.Tests.Property as P
import qualified Co.Tests.Unit as U
import Test.Hspec
main :: IO ()
main =
hspec $ do
context "property tests" P.tests
context "unit tests" U.tests
module Main where
import qualified Co.Tests.Property as P
import qualified Co.Tests.Unit as U
import Test.Hspec
main :: IO ()
main =
hspec $ do
context "property tests" P.tests
context "unit tests" U.tests