Replaced Apropos Property testing with PQ and PCB for MultiSig

This commit is contained in:
Seungheon Oh 2022-05-31 12:09:19 -05:00
parent 9a44550c2d
commit fa5bb7eec2
No known key found for this signature in database
GPG key ID: 9B0E12D357369B66
7 changed files with 226 additions and 205 deletions

View file

@ -121,12 +121,15 @@ common test-deps
, apropos-tx
, data-default-class
, mtl
, plutarch-context-builder
, plutarch-quickcheck
, QuickCheck
, quickcheck-instances
, tasty
, tasty-hedgehog
, tasty-hunit
, tasty-quickcheck
, universe
common exe-opts
ghc-options: -threaded -rtsopts -with-rtsopts=-N -O0
@ -174,6 +177,7 @@ library agora-testlib
library agora-specs
import: lang, deps, test-deps
exposed-modules:
Property.MultiSig
Sample.Effect.GovernorMutation
Sample.Effect.TreasuryWithdrawal
Sample.Governor
@ -184,8 +188,8 @@ library agora-specs
Spec.AuthorityToken
Spec.Effect.GovernorMutation
Spec.Effect.TreasuryWithdrawal
Spec.Generator
Spec.Governor
Spec.Model.MultiSig
Spec.Proposal
Spec.Stake
Spec.Treasury