add templates of tests and samples
This commit is contained in:
parent
5eebec544e
commit
30cceb7910
4 changed files with 13 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import Test.Tasty (defaultMain, testGroup)
|
|||
--------------------------------------------------------------------------------
|
||||
|
||||
import Spec.AuthorityToken qualified as AuthorityToken
|
||||
import Spec.Effect.GovernorMutation qualified as GovernorMutation
|
||||
import Spec.Effect.TreasuryWithdrawal qualified as TreasuryWithdrawal
|
||||
import Spec.Governor qualified as Governor
|
||||
import Spec.Model.MultiSig qualified as MultiSig
|
||||
|
|
@ -26,6 +27,9 @@ main =
|
|||
[ testGroup
|
||||
"Treasury Withdrawal Effect"
|
||||
TreasuryWithdrawal.tests
|
||||
, testGroup
|
||||
"Governor Mutation Effect"
|
||||
GovernorMutation.tests
|
||||
]
|
||||
, testGroup
|
||||
"Stake tests"
|
||||
|
|
|
|||
6
agora-test/Spec/Effect/GovernorMutation.hs
Normal file
6
agora-test/Spec/Effect/GovernorMutation.hs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module Spec.Effect.GovernorMutation (tests) where
|
||||
|
||||
import Test.Tasty (TestTree)
|
||||
|
||||
tests :: [TestTree]
|
||||
tests = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue