Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 88cc608

Browse files
committed
Demote HsImport func-tests to unit-test
Previously, we had long running func-tests for HsImport. However, after the first code-action tests, we actually are testing the same functionality over and over again. Moreover, we dont have to test that HsImport works as intended since they have a huge set of tests, anyways. Now, we only test that our implementation of the plugin truly maps correctly to HsImport, accelerating execution time of func-tests as a side-effect. Hooray!
1 parent 2dc8b65 commit 88cc608

File tree

4 files changed

+218
-370
lines changed

4 files changed

+218
-370
lines changed

haskell-ide-engine.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ test-suite unit-test
200200
GhcModPluginSpec
201201
-- HaRePluginSpec
202202
HooglePluginSpec
203+
HsImportSpec
203204
JsonSpec
204205
LiquidSpec
205206
PackagePluginSpec
@@ -208,7 +209,7 @@ test-suite unit-test
208209
build-tool-depends: cabal-helper:cabal-helper-main, hspec-discover:hspec-discover
209210
build-depends: QuickCheck
210211
, aeson
211-
, cabal-helper
212+
, cabal-helper
212213
, ghc
213214
, base
214215
, bytestring

0 commit comments

Comments
 (0)