module Test.Ouroboros.Storage.PerasVoteDB (tests) where import qualified Test.Ouroboros.Storage.PerasVoteDB.StateMachine as StateMachine import Test.Tasty (TestTree, testGroup) -- -- The list of all PerasVoteDB tests -- tests :: TestTree tests :: TestTree tests = TestName -> [TestTree] -> TestTree testGroup TestName "PerasVoteDB" [ TestTree StateMachine.tests ]