Reset progress on treasury testing; will continue without apropos
This commit is contained in:
commit
f81deaf062
37 changed files with 3029 additions and 1191 deletions
|
|
@ -10,8 +10,10 @@ import Test.Tasty (defaultMain, testGroup)
|
|||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
import Spec.AuthorityToken qualified as AuthorityToken
|
||||
import Spec.Effect.TreasuryWithdrawal qualified as TreasuryWithdrawal
|
||||
import Spec.Model.MultiSig qualified as MultiSig
|
||||
import Spec.Model.Treasury qualified as Treasury
|
||||
import Spec.Proposal qualified as Proposal
|
||||
import Spec.Stake qualified as Stake
|
||||
|
||||
-- | The Agora test suite.
|
||||
|
|
@ -21,8 +23,17 @@ main =
|
|||
testGroup
|
||||
"test suite"
|
||||
[ testGroup
|
||||
"Effects"
|
||||
[ testGroup
|
||||
"Treasury Withdrawal Effect"
|
||||
TreasuryWithdrawal.tests
|
||||
]
|
||||
, testGroup
|
||||
"Stake tests"
|
||||
Stake.tests
|
||||
, testGroup
|
||||
"Proposal tests"
|
||||
Proposal.tests
|
||||
, testGroup
|
||||
"Multisig tests"
|
||||
[ testGroup
|
||||
|
|
@ -32,11 +43,6 @@ main =
|
|||
]
|
||||
]
|
||||
, testGroup
|
||||
"Treasury tests"
|
||||
[ testGroup
|
||||
"Treasury"
|
||||
[ Treasury.genTests
|
||||
, Treasury.plutarchTests
|
||||
]
|
||||
]
|
||||
"AuthorityToken tests"
|
||||
AuthorityToken.tests
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue