Skip to content

Commit

Permalink
scp-2744 - split test cases into separate groups
Browse files Browse the repository at this point in the history
  • Loading branch information
yveshauser committed Sep 13, 2021
1 parent 76c8077 commit a4bb2e3
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions marlowe-actus/test/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,16 @@ main = do

defaultMain $
testGroup
"ACTUS test-framework"
[ Spec.Marlowe.ACTUS.TestFramework.tests "PAM" pamTests,
Spec.Marlowe.ACTUS.TestFramework.tests "LAM" lamTests,
Spec.Marlowe.ACTUS.TestFramework.tests "NAM" namTests,
Spec.Marlowe.ACTUS.TestFramework.tests "ANN" annTests,
Spec.Marlowe.ACTUS.Examples.tests
"ACTUS test cases"
[ testGroup
"ACTUS test-framework"
[ Spec.Marlowe.ACTUS.TestFramework.tests "PAM" pamTests,
Spec.Marlowe.ACTUS.TestFramework.tests "LAM" lamTests,
Spec.Marlowe.ACTUS.TestFramework.tests "NAM" namTests,
Spec.Marlowe.ACTUS.TestFramework.tests "ANN" annTests
],
testGroup
"ACTUS examples"
[ Spec.Marlowe.ACTUS.Examples.tests
]
]

0 comments on commit a4bb2e3

Please sign in to comment.