ghc-mod/test
Naohiro Aota 04022ab0ac Add test to check package id extraction
This commit add a failing test to check extracting package id. The test will
fail with the following output for now:

1) Cradle.getPackageDbPackages find a config file and extracts packages with their ids
expected: [("template-haskell",Just "template-haskell-2.8.0.0-32d4f24abdbb6bf41272b183b2e23e9c")]
 but got: []
2014-01-30 21:18:45 +09:00
..
data Add test to check package id extraction 2014-01-30 21:18:45 +09:00
BrowseSpec.hs Try loading a module if findModule failed for it 2013-11-20 08:57:45 +04:00
CabalApiSpec.hs Extend Package to include id 2014-01-30 20:45:30 +09:00
CheckSpec.hs fixing tests. 2013-09-21 18:37:33 +09:00
CradleSpec.hs Add test to check package id extraction 2014-01-30 21:18:45 +09:00
DebugSpec.hs Extend Package to include id 2014-01-30 20:45:30 +09:00
Dir.hs more tests. 2013-09-20 11:22:56 +09:00
FlagSpec.hs removing shouldContain since hspec provides it! 2013-09-03 11:44:59 +09:00
InfoSpec.hs Trying to resolve Travis fails. 2013-10-07 16:39:54 +09:00
LangSpec.hs removing shouldContain since hspec provides it! 2013-09-03 11:44:59 +09:00
LintSpec.hs Separating IO and Ghc. 2013-05-20 11:29:44 +09:00
ListSpec.hs `ghc-mod list` should take care of sandboxes 2013-09-27 12:23:53 +09:00
Spec.hs adding tests. 2013-02-12 14:06:22 +09:00
doctests.hs add doctest. 2013-09-20 21:10:31 +09:00