tasty-discover-4.2.4: Test discovery for the tasty framework.
Safe HaskellNone
LanguageHaskell2010

Test.Tasty.Discover

Documentation

class Tasty a where Source #

Methods

tasty :: TastyInfo -> a -> IO TestTree Source #

Instances

Instances details
Tasty TestTree Source # 
Instance details

Defined in Test.Tasty.Discover

Tasty [TestTree] Source # 
Instance details

Defined in Test.Tasty.Discover

Tasty (IO [TestTree]) Source # 
Instance details

Defined in Test.Tasty.Discover

Tasty (IO TestTree) Source # 
Instance details

Defined in Test.Tasty.Discover