fullstop-0.1.3.2: test/Tests.hs
import Test.Tasty import Tests.NLP.FullStop ( suite ) main :: IO () main = defaultMain $ testGroup "fullstop" [ Tests.NLP.FullStop.suite ]
import Test.Tasty import Tests.NLP.FullStop ( suite ) main :: IO () main = defaultMain $ testGroup "fullstop" [ Tests.NLP.FullStop.suite ]