Added a few more TestLabels
This commit is contained in:
parent
093070454b
commit
6c4e7ee713
|
@ -111,7 +111,7 @@ testCheckTreeForConstr = TestList
|
||||||
|
|
||||||
--Returns the list of tests:
|
--Returns the list of tests:
|
||||||
tests :: Test
|
tests :: Test
|
||||||
tests = TestList
|
tests = TestLabel "CommonTest" $ TestList
|
||||||
[
|
[
|
||||||
testIsSafeConversion
|
testIsSafeConversion
|
||||||
,testCheckTreeForConstr
|
,testCheckTreeForConstr
|
||||||
|
|
|
@ -654,7 +654,7 @@ testTime =
|
||||||
|
|
||||||
--Returns the list of tests:
|
--Returns the list of tests:
|
||||||
tests :: Test
|
tests :: Test
|
||||||
tests = TestList
|
tests = TestLabel "ParseRainTest" $ TestList
|
||||||
[
|
[
|
||||||
parseTests testExprs,
|
parseTests testExprs,
|
||||||
parseTests testLiteral,
|
parseTests testLiteral,
|
||||||
|
|
|
@ -519,7 +519,7 @@ testPullUpParDecl2 = TestCase $ testPass "testPullUpParDecl2" exp (pullUpParDecl
|
||||||
|
|
||||||
---Returns the list of tests:
|
---Returns the list of tests:
|
||||||
tests :: Test
|
tests :: Test
|
||||||
tests = TestList
|
tests = TestLabel "RainPassesTest" $ TestList
|
||||||
[
|
[
|
||||||
testEachPass0
|
testEachPass0
|
||||||
,testEachPass1
|
,testEachPass1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user