tasty-discover-1.0.0: src/Test/Tasty/Discover.hs
-- | Automatic test discovery and runner for the tasty framework.
module Test.Tasty.Discover (module Discover) where
-- 3rd party
import Test.Tasty as Discover
import Test.Tasty.HUnit as Discover
import Test.Tasty.QuickCheck as Discover
import Test.Tasty.TH as Discover
import Test.Tasty.Hspec as Discover
-- `tasty-discover` modules
import Test.Tasty.Run as Discover
import Test.Tasty.Parse as Discover
import Test.Tasty.Type as Discover
import Test.Tasty.Config as Discover
import Test.Tasty.Util as Discover