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