]> Git — Sourcephile - comptalang.git/blob - cli/Hcompta/Trans/Test.hs
Gather into Writeable instances.
[comptalang.git] / cli / Hcompta / Trans / Test.hs
1 module Trans.Test where
2
3 import Test.Tasty
4 import qualified Trans.Bool.Test as Bool
5
6 tests :: TestTree
7 tests =
8 testGroup "Trans"
9 [ Bool.tests
10 ]