Skip to content

Commit 7b5b7ac

Browse files
committed
Cleanup func-test suite
This test-suite is vastly legacy from Haskell IDE Engine. It was originally written before we had a plugin-based architecture where each plugin tests its feature in isolation. Over time, this test-suite bitrotted, where a lot of testcases were either redundant or out-of-date and consequentially disabled. We clean up the test-suite, delete old tests and remove unused testdata.
1 parent c941dac commit 7b5b7ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+26
-1881
lines changed

haskell-language-server.cabal

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -529,21 +529,12 @@ test-suite func-test
529529

530530
main-is: Main.hs
531531
other-modules:
532-
Command
533-
Completion
534532
Config
535-
Deferred
536-
Definition
537-
Diagnostic
538533
Format
539534
FunctionalBadProject
540535
FunctionalCodeAction
541536
HieBios
542-
Highlight
543537
Progress
544-
Reference
545-
Symbol
546-
TypeDefinition
547538
Test.Hls.Command
548539
Test.Hls.Flags
549540

test/functional/Command.hs

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)