tasty-discover
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
module Gyehoek.Test.Sexp
|
||||
( root
|
||||
, EquivSexp(..)
|
||||
, assertEquiv
|
||||
, equivto
|
||||
)
|
||||
where
|
||||
module Gyehoek.Test.Sexp where
|
||||
|
||||
import Test.Tasty (TestTree, testGroup)
|
||||
import Test.Tasty.HUnit
|
||||
@@ -14,8 +8,7 @@ import Gyehoek.Sexp (sx, equivalent)
|
||||
import Data.Function (on)
|
||||
|
||||
|
||||
root :: IO TestTree
|
||||
root = pure . testGroup "sexp" $
|
||||
test_root = testGroup "sexp" $
|
||||
[ sxTree
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user