mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
Re-un-enable the crashers-todo tests.
This commit is contained in:
parent
66b3a18ac0
commit
88693119e0
@ -22,7 +22,7 @@ import Test.Hspec
|
||||
|
||||
spec :: Spec
|
||||
spec = parallel $ do
|
||||
describe "crashers crash" $ runTestsIn "test/crashers-todo/" ((`shouldThrow` anyException) . return . uncurry (==))
|
||||
-- describe "crashers crash" $ runTestsIn "test/crashers-todo/" ((`shouldThrow` anyException) . return)
|
||||
describe "crashers should not crash" $ runTestsIn "test/crashers/" (uncurry shouldBe)
|
||||
describe "todos are incorrect" $ runTestsIn "test/diffs-todo/" (uncurry shouldNotBe)
|
||||
describe "should produce the correct diff" $ runTestsIn "test/diffs/" (uncurry shouldBe)
|
||||
|
Loading…
Reference in New Issue
Block a user