add templates for samples and tests of governor
This commit is contained in:
parent
e5ab13d874
commit
63c87667c3
4 changed files with 29 additions and 0 deletions
15
agora-test/Spec/Governor.hs
Normal file
15
agora-test/Spec/Governor.hs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{- |
|
||||
Module : Spec.Governor
|
||||
Maintainer : connor@mlabs.city
|
||||
Description: Tests for Governor policy and validator
|
||||
|
||||
Tests for Governor policy and validator
|
||||
-}
|
||||
module Spec.Governor (tests) where
|
||||
|
||||
import Test.Tasty (TestTree, testGroup)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
tests :: [TestTree]
|
||||
tests = []
|
||||
8
agora-test/Spec/Sample/Governor.hs
Normal file
8
agora-test/Spec/Sample/Governor.hs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{- |
|
||||
Module : Spec.Sample.Governor
|
||||
Maintainer : connor@mlabs.city
|
||||
Description: Sample based testing for Governor utxos
|
||||
|
||||
This module tests primarily the happy path for Governor interactions
|
||||
-}
|
||||
module Spec.Sample.Governor () where
|
||||
Loading…
Add table
Add a link
Reference in a new issue