Home
last modified time | relevance | path

Searched refs:runSession (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/test/functional/
H A DCompletion.hs15 testCase "works" $ runSession hlsCommand fullCaps "test/testdata/completion" $ do
31 …$ testCase "itemCompletion/resolve works" $ runSession hlsCommand fullCaps "test/testdata/completi…
49 , testCase "completes imports" $ runSession hlsCommand fullCaps "test/testdata/completion" $ do
64 …, testCase "completes qualified imports" $ runSession hlsCommand fullCaps "test/testdata/completio…
79 …, testCase "completes with no prefix" $ runSession hlsCommand fullCaps "test/testdata/completion" …
118 , testCase "maxCompletions" $ runSession hlsCommand fullCaps "test/testdata/completion" $ do
124 …, testCase "import function completions" $ runSession hlsCommand fullCaps "test/testdata/completio…
167 …, testCase "work for polymorphic types" $ runSession hlsCommand fullCaps "test/testdata/completion…
181 …, testCase "work for complex types" $ runSession hlsCommand fullCaps "test/testdata/completion" $ …
195 …, testCase "work for infix functions" $ runSession hlsCommand fullCaps "test/testdata/completion" …
[all …]
H A DDefinition.hs13 testCase "goto's symbols" $ runSession hlsCommand fullCaps "test/testdata" $ do
22 …testCase "goto's imported modules" $ runSession hlsCommand fullCaps "test/testdata/definition" $ do
30 …testCase "goto's exported modules" $ runSession hlsCommand fullCaps "test/testdata/definition" $ do
38 …testCase "goto's imported modules that are loaded" $ runSession hlsCommand fullCaps "test/testdata…
48 runSession hlsCommand fullCaps "test/testdata/definition" $ do
H A DFunctionalCodeAction.hs229 testCase "works" $ runSession hlsCommand noLiteralCaps "test/testdata" $ do
243 $ runSession hlsCommand noLiteralCaps "test/testdata" $ do
295 runSession hlsCommand fullCaps "test/testdata/addPackageTest/cabal-exe" $ do
323 runSession hlsCommand fullCaps "test/testdata/addPackageTest/hpack-exe" $ do
356 runSession hlsCommand fullCaps "test/testdata/redundantImportTest/" $ do
405 runSession hlsCommand fullCaps "test/testdata" $ do
427 runSession hlsCommand fullCaps "test/testdata" $ do
436 runSession hlsCommand fullCaps "test/testdata" $ do
462 runSession hlsCommand fullCaps "test/testdata" $ do
475 runSession hlsCommand fullCaps "test/testdata/" $ do
[all …]
H A DFormat.hs21 …nGitDiff "works" "test/testdata/format/Format.formatted_document.hs" $ runSession hlsCommand fullC…
25 …ze" "test/testdata/format/Format.formatted_document_with_tabsize.hs" $ runSession hlsCommand fullC…
35 …goldenGitDiff "works" "test/testdata/format/Format.formatted_range.hs" $ runSession hlsCommand ful…
39 … size" "test/testdata/format/Format.formatted_range_with_tabsize.hs" $ runSession hlsCommand fullC…
52 …, requiresOrmoluPlugin . requiresFloskellPlugin $ testCase "can change on the fly" $ runSession hl…
70 …Plugin $ testCase "supports both new and old configuration sections" $ runSession hlsCommand fullC…
H A DSymbol.hs20 …testCase "provides nested data types and constructors" $ runSession hlsCommand fullCaps "test/test…
31 …d wheres not supported" $ testCase "provides nested where functions" $ runSession hlsCommand fullC…
43 …ynonym symbols not supported" $ testCase "provides pattern synonyms" $ runSession hlsCommand fullC…
53 , testCase "provides imports" $ runSession hlsCommand fullCaps "test/testdata" $ do
66 …testCase "provides nested data types and constructors" $ runSession hlsCommand oldCaps "test/testd…
76 …d wheres not supported" $ testCase "provides nested where functions" $ runSession hlsCommand oldCa…
88 …ynonym symbols not supported" $ testCase "provides pattern synonyms" $ runSession hlsCommand oldCa…
97 , testCase "provides imports" $ runSession hlsCommand oldCaps "test/testdata" $ do
H A DDiagnostic.hs25 runSession hlsCommand fullCaps "test/testdata/hlint" $ do
37 runSession hlsCommandExamplePlugin fullCaps "test/testdata/hlint" $ do
50 runSession hlsCommand fullCaps "test/testdata/wErrorTest" $ do
59 runSession hlsCommandExamplePlugin codeActionSupportCaps "test/testdata" $ do
H A DProgress.hs29 runSession hlsCommand progressCaps "test/testdata" $ do
34 runSession hlsCommand progressCaps "plugins/hls-eval-plugin/test/testdata" $ do
42 runSession hlsCommand progressCaps "test/testdata/format" $ do
49 runSession hlsCommand progressCaps "test/testdata/format" $ do
57 runSession hlsCommand progressCaps "test/testdata" $ do
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/test/functional/
H A DCompletion.hs15 testCase "works" $ runSession hlsCommand fullCaps "test/testdata/completion" $ do
31 …$ testCase "itemCompletion/resolve works" $ runSession hlsCommand fullCaps "test/testdata/completi…
49 , testCase "completes imports" $ runSession hlsCommand fullCaps "test/testdata/completion" $ do
64 …, testCase "completes qualified imports" $ runSession hlsCommand fullCaps "test/testdata/completio…
79 …, testCase "completes with no prefix" $ runSession hlsCommand fullCaps "test/testdata/completion" …
118 , testCase "maxCompletions" $ runSession hlsCommand fullCaps "test/testdata/completion" $ do
124 …, testCase "import function completions" $ runSession hlsCommand fullCaps "test/testdata/completio…
167 …, testCase "work for polymorphic types" $ runSession hlsCommand fullCaps "test/testdata/completion…
181 …, testCase "work for complex types" $ runSession hlsCommand fullCaps "test/testdata/completion" $ …
195 …, testCase "work for infix functions" $ runSession hlsCommand fullCaps "test/testdata/completion" …
[all …]
H A DDefinition.hs13 testCase "goto's symbols" $ runSession hlsCommand fullCaps "test/testdata" $ do
22 …testCase "goto's imported modules" $ runSession hlsCommand fullCaps "test/testdata/definition" $ do
30 …testCase "goto's exported modules" $ runSession hlsCommand fullCaps "test/testdata/definition" $ do
38 …testCase "goto's imported modules that are loaded" $ runSession hlsCommand fullCaps "test/testdata…
48 runSession hlsCommand fullCaps "test/testdata/definition" $ do
H A DFunctionalCodeAction.hs229 testCase "works" $ runSession hlsCommand noLiteralCaps "test/testdata" $ do
243 $ runSession hlsCommand noLiteralCaps "test/testdata" $ do
295 runSession hlsCommand fullCaps "test/testdata/addPackageTest/cabal-exe" $ do
323 runSession hlsCommand fullCaps "test/testdata/addPackageTest/hpack-exe" $ do
356 runSession hlsCommand fullCaps "test/testdata/redundantImportTest/" $ do
405 runSession hlsCommand fullCaps "test/testdata" $ do
427 runSession hlsCommand fullCaps "test/testdata" $ do
436 runSession hlsCommand fullCaps "test/testdata" $ do
462 runSession hlsCommand fullCaps "test/testdata" $ do
475 runSession hlsCommand fullCaps "test/testdata/" $ do
[all …]
H A DFormat.hs21 …nGitDiff "works" "test/testdata/format/Format.formatted_document.hs" $ runSession hlsCommand fullC…
25 …ze" "test/testdata/format/Format.formatted_document_with_tabsize.hs" $ runSession hlsCommand fullC…
35 …goldenGitDiff "works" "test/testdata/format/Format.formatted_range.hs" $ runSession hlsCommand ful…
39 … size" "test/testdata/format/Format.formatted_range_with_tabsize.hs" $ runSession hlsCommand fullC…
52 …, requiresOrmoluPlugin . requiresFloskellPlugin $ testCase "can change on the fly" $ runSession hl…
70 …Plugin $ testCase "supports both new and old configuration sections" $ runSession hlsCommand fullC…
H A DSymbol.hs20 …testCase "provides nested data types and constructors" $ runSession hlsCommand fullCaps "test/test…
31 …d wheres not supported" $ testCase "provides nested where functions" $ runSession hlsCommand fullC…
43 …ynonym symbols not supported" $ testCase "provides pattern synonyms" $ runSession hlsCommand fullC…
53 , testCase "provides imports" $ runSession hlsCommand fullCaps "test/testdata" $ do
66 …testCase "provides nested data types and constructors" $ runSession hlsCommand oldCaps "test/testd…
76 …d wheres not supported" $ testCase "provides nested where functions" $ runSession hlsCommand oldCa…
88 …ynonym symbols not supported" $ testCase "provides pattern synonyms" $ runSession hlsCommand oldCa…
97 , testCase "provides imports" $ runSession hlsCommand oldCaps "test/testdata" $ do
H A DDiagnostic.hs25 runSession hlsCommand fullCaps "test/testdata/hlint" $ do
37 runSession hlsCommandExamplePlugin fullCaps "test/testdata/hlint" $ do
50 runSession hlsCommand fullCaps "test/testdata/wErrorTest" $ do
59 runSession hlsCommandExamplePlugin codeActionSupportCaps "test/testdata" $ do
H A DProgress.hs29 runSession hlsCommand progressCaps "test/testdata" $ do
34 runSession hlsCommand progressCaps "plugins/hls-eval-plugin/test/testdata" $ do
42 runSession hlsCommand progressCaps "test/testdata/format" $ do
49 runSession hlsCommand progressCaps "test/testdata/format" $ do
57 runSession hlsCommand progressCaps "test/testdata" $ do
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-extra-3.0.29.2/test/Network/Wai/
H A DTestSpec.hs70 sresp <- flip runSession echoApp $
86 sresp <- runSession (request defaultRequest) echoApp
92 sresp <- flip runSession echoApp $
100 sresp <- flip runSession echoApp $
148 sresp <- flip runSession cookieApp $ do
156 sresp <- flip runSession cookieApp $ do
166 sresp <- flip runSession cookieApp $ do
176 sresp <- flip runSession cookieApp $ do
188 sresp <- flip runSession cookieApp $ do
199 sresp <- flip runSession cookieApp $ do
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/wai-extra-3.1.6/test/Network/Wai/
H A DTestSpec.hs70 sresp <- flip runSession echoApp $
86 sresp <- runSession (request defaultRequest) echoApp
92 sresp <- flip runSession echoApp $
100 sresp <- flip runSession echoApp $
148 sresp <- flip runSession cookieApp $ do
156 sresp <- flip runSession cookieApp $ do
166 sresp <- flip runSession cookieApp $ do
176 sresp <- flip runSession cookieApp $ do
188 sresp <- flip runSession cookieApp $ do
199 sresp <- flip runSession cookieApp $ do
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/wai-extra-3.1.6/test/Network/Wai/
H A DTestSpec.hs70 sresp <- flip runSession echoApp $
86 sresp <- runSession (request defaultRequest) echoApp
92 sresp <- flip runSession echoApp $
100 sresp <- flip runSession echoApp $
148 sresp <- flip runSession cookieApp $ do
156 sresp <- flip runSession cookieApp $ do
166 sresp <- flip runSession cookieApp $ do
176 sresp <- flip runSession cookieApp $ do
188 sresp <- flip runSession cookieApp $ do
199 sresp <- flip runSession cookieApp $ do
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/wai-extra-3.1.6/test/Network/Wai/
H A DTestSpec.hs70 sresp <- flip runSession echoApp $
86 sresp <- runSession (request defaultRequest) echoApp
92 sresp <- flip runSession echoApp $
100 sresp <- flip runSession echoApp $
148 sresp <- flip runSession cookieApp $ do
156 sresp <- flip runSession cookieApp $ do
166 sresp <- flip runSession cookieApp $ do
176 sresp <- flip runSession cookieApp $ do
188 sresp <- flip runSession cookieApp $ do
199 sresp <- flip runSession cookieApp $ do
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-extra-3.0.29.1/test/Network/Wai/
H A DTestSpec.hs70 sresp <- flip runSession echoApp $
86 sresp <- runSession (request defaultRequest) echoApp
92 sresp <- flip runSession echoApp $
100 sresp <- flip runSession echoApp $
148 sresp <- flip runSession cookieApp $ do
156 sresp <- flip runSession cookieApp $ do
166 sresp <- flip runSession cookieApp $ do
176 sresp <- flip runSession cookieApp $ do
188 sresp <- flip runSession cookieApp $ do
199 sresp <- flip runSession cookieApp $ do
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-extra-3.0.29.2/test/
H A DWaiExtraSpec.hs136 caseJsonp = flip runSession jsonpApp $ do
172 caseGzip = flip runSession gzipApp $ do
196 caseGzipMSIE = flip runSession gzipApp $ do
223 caseVhost = flip runSession vhostApp $ do
239 caseAutohead = flip runSession autoheadApp $ do
257 caseMethodOverride = flip runSession moApp $ do
280 caseMethodOverridePost = flip runSession mopApp $ do
307 caseAcceptOverride = flip runSession aoApp $ do
328 flip runSession (debugApp postOutput) $ do
436 caseStreamFile = flip runSession streamFileApp $ do
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-extra-3.0.29.1/test/
H A DWaiExtraSpec.hs136 caseJsonp = flip runSession jsonpApp $ do
172 caseGzip = flip runSession gzipApp $ do
196 caseGzipMSIE = flip runSession gzipApp $ do
223 caseVhost = flip runSession vhostApp $ do
239 caseAutohead = flip runSession autoheadApp $ do
257 caseMethodOverride = flip runSession moApp $ do
280 caseMethodOverridePost = flip runSession mopApp $ do
307 caseAcceptOverride = flip runSession aoApp $ do
328 flip runSession (debugApp postOutput) $ do
436 caseStreamFile = flip runSession streamFileApp $ do
[all …]
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/wai-extra-3.1.6/test/
H A DWaiExtraSpec.hs138 caseJsonp = flip runSession jsonpApp $ do
174 caseGzip = flip runSession gzipApp $ do
200 caseGzipMSIE = flip runSession gzipApp $ do
229 caseVhost = flip runSession vhostApp $ do
245 caseAutohead = flip runSession autoheadApp $ do
263 caseMethodOverride = flip runSession moApp $ do
286 caseMethodOverridePost = flip runSession mopApp $ do
313 caseAcceptOverride = flip runSession aoApp $ do
334 flip runSession (debugApp postOutput) $ do
442 caseStreamFile = flip runSession streamFileApp $ do
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/wai-extra-3.1.6/test/
H A DWaiExtraSpec.hs138 caseJsonp = flip runSession jsonpApp $ do
174 caseGzip = flip runSession gzipApp $ do
200 caseGzipMSIE = flip runSession gzipApp $ do
229 caseVhost = flip runSession vhostApp $ do
245 caseAutohead = flip runSession autoheadApp $ do
263 caseMethodOverride = flip runSession moApp $ do
286 caseMethodOverridePost = flip runSession mopApp $ do
313 caseAcceptOverride = flip runSession aoApp $ do
334 flip runSession (debugApp postOutput) $ do
442 caseStreamFile = flip runSession streamFileApp $ do
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/wai-extra-3.1.6/test/
H A DWaiExtraSpec.hs138 caseJsonp = flip runSession jsonpApp $ do
174 caseGzip = flip runSession gzipApp $ do
200 caseGzipMSIE = flip runSession gzipApp $ do
229 caseVhost = flip runSession vhostApp $ do
245 caseAutohead = flip runSession autoheadApp $ do
263 caseMethodOverride = flip runSession moApp $ do
286 caseMethodOverridePost = flip runSession mopApp $ do
313 caseAcceptOverride = flip runSession aoApp $ do
334 flip runSession (debugApp postOutput) $ do
442 caseStreamFile = flip runSession streamFileApp $ do
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/tests/
H A Dqml-parser.cpp37 runSession(); in parseFile()
44 runSession(); in parseCode()
51 void runSession() in runSession() function in QmlParser

12345678910