feed-gipeda-0.2.0.0: tests/Unit.hs
module Unit ( tests ) where import Test.Tasty import qualified Unit.CommitQueue tests :: TestTree tests = testGroup "Unit tests" [ Unit.CommitQueue.tests ]
module Unit ( tests ) where import Test.Tasty import qualified Unit.CommitQueue tests :: TestTree tests = testGroup "Unit tests" [ Unit.CommitQueue.tests ]