Skip to content

Commit

Permalink
reenabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nboldi committed Oct 2, 2016
1 parent 8f5417f commit 6b26719
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ import Language.Haskell.Tools.Refactor.ExtractBinding
import Language.Haskell.Tools.Refactor.RefactorBase

main :: IO ()
main = run functionalTests
--main = run nightlyTests
main = run nightlyTests

run :: [Test] -> IO ()
run tests = do results <- runTestTT $ TestList tests
Expand All @@ -55,15 +54,15 @@ unitTests :: [Test]
unitTests = genTests ++ functionalTests

functionalTests :: [Test]
functionalTests = {- map makeReprintTest checkTestCases
functionalTests = map makeReprintTest checkTestCases
++ map makeOrganizeImportsTest organizeImportTests
++ map makeGenerateSignatureTest generateSignatureTests
++ map makeGenerateExportsTest generateExportsTests
++ map makeRenameDefinitionTest renameDefinitionTests
++ map makeWrongRenameDefinitionTest wrongRenameDefinitionTests
++ map makeExtractBindingTest extractBindingTests
++ map makeWrongExtractBindingTest wrongExtractBindingTests
++ -} map makeMultiModuleTest multiModuleTests
++ map makeMultiModuleTest multiModuleTests
where checkTestCases = languageTests
++ organizeImportTests
++ map fst generateSignatureTests
Expand Down

0 comments on commit 6b26719

Please sign in to comment.