add some description for the governor spec tests

This commit is contained in:
fanghr 2022-05-11 18:12:29 +08:00
parent e63678ef50
commit 28e1adeb22
No known key found for this signature in database
GPG key ID: 35CD9A71CD5D5870

View file

@ -1,9 +1,15 @@
{- |
Module : Spec.Governor
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