mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Merge pull request #1075 from github/what-the-hspec
Combine output stats for all specs
This commit is contained in:
commit
ae71489aa1
@ -21,8 +21,8 @@ import qualified IntegrationSpec
|
|||||||
import Test.Hspec
|
import Test.Hspec
|
||||||
|
|
||||||
main :: IO ()
|
main :: IO ()
|
||||||
main = do
|
main = hspec $ do
|
||||||
hspec . parallel $ do
|
parallel $ do
|
||||||
describe "Alignment" AlignmentSpec.spec
|
describe "Alignment" AlignmentSpec.spec
|
||||||
describe "Command" Command.Spec.spec
|
describe "Command" Command.Spec.spec
|
||||||
describe "Command.Diff" Command.Diff.Spec.spec
|
describe "Command.Diff" Command.Diff.Spec.spec
|
||||||
@ -40,4 +40,5 @@ main = do
|
|||||||
describe "TOC" TOCSpec.spec
|
describe "TOC" TOCSpec.spec
|
||||||
describe "Integration" IntegrationSpec.spec
|
describe "Integration" IntegrationSpec.spec
|
||||||
|
|
||||||
hspec $ describe "GitmonClient" GitmonClientSpec.spec
|
|
||||||
|
describe "GitmonClient" GitmonClientSpec.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user