module Dragons.TestMain where
import AITests
import ConsecutiveDotsTests
Copyright By PowCoder代写 加微信 powcoder
import Testing
allTests :: Test
allTests = TestGroup “All Tests”
[ consecutiveDotsTests
testMain :: IO ()
testMain = runTests allTests
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com