add some description for the governor spec tests
This commit is contained in:
parent
834eb892bf
commit
96a137ec3f
1 changed files with 8 additions and 2 deletions
|
|
@ -1,9 +1,15 @@
|
||||||
{- |
|
{- |
|
||||||
Module : Spec.Governor
|
Module : Spec.Governor
|
||||||
Maintainer : connor@mlabs.city
|
Maintainer : connor@mlabs.city
|
||||||
Description: Tests for Governor policy and validator
|
Description: Tests for Agora governor.
|
||||||
|
|
||||||
Tests for Governor policy and validator
|
Thie module exports `tests`, a list of `TestTree`s, which ensure
|
||||||
|
that Agora's governor component workds as intended.
|
||||||
|
|
||||||
|
Tests should pass when the validator or policy is given one of the
|
||||||
|
valid script contexts, which are defined in 'Agora.Sample.Governor'.
|
||||||
|
|
||||||
|
TODO: add negative test cases.
|
||||||
-}
|
-}
|
||||||
module Spec.Governor (tests) where
|
module Spec.Governor (tests) where
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue