Home
last modified time | relevance | path

Searched refs:mkTest (Results 1 – 25 of 144) sorted by relevance

123456

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/serialise-0.2.3.0/tests/Tests/
H A DSerialise.hs155 [ mkTest (T :: T ())
156 , mkTest (T :: T Bool)
157 , mkTest (T :: T Int)
158 , mkTest (T :: T Int8)
162 , mkTest (T :: T Word)
261 , mkTest (T :: T All)
262 , mkTest (T :: T Any)
284 , mkTest (T :: T P1)
285 , mkTest (T :: T P2)
286 , mkTest (T :: T P3)
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/serialise-0.2.3.0/tests/Tests/
H A DSerialise.hs155 [ mkTest (T :: T ())
156 , mkTest (T :: T Bool)
157 , mkTest (T :: T Int)
158 , mkTest (T :: T Int8)
162 , mkTest (T :: T Word)
261 , mkTest (T :: T All)
262 , mkTest (T :: T Any)
284 , mkTest (T :: T P1)
285 , mkTest (T :: T P2)
286 , mkTest (T :: T P3)
[all …]
/dports/security/py-python-openid/python-openid-2.2.5/openid/test/
H A Dtest_xri.py56 def mkTest(providerID, canonicalID, isAuthoritative):
66 test_atOne = mkTest('@!1234', '@!1234!ABCD', True)
75 def mkTest(the_xri, expected_root):
81 test_at = mkTest("@foo", "@")
82 test_atStar = mkTest("@foo*bar", "@")
83 test_atStarStar = mkTest("@*foo*bar", "@")
84 test_atWithPath = mkTest("@foo/bar", "@")
85 test_bangBang = mkTest("!!990!991", "!")
86 test_bang = mkTest("!1001!02", "!")
87 test_equalsStar = mkTest("=foo*bar", "=")
[all …]
H A Dtest_etxrd.py127 def mkTest(iname, filename, expectedID): member in TestCanonicalID
137 test_delegated = mkTest(
141 test_delegated_r1 = mkTest(
145 test_delegated_r2 = mkTest(
149 test_sometimesprefix = mkTest(
153 test_prefixsometimes = mkTest(
157 test_spoof1 = mkTest("=keturn*isDrummond", "spoof1.xrds", etxrd.XRDSFraud)
159 test_spoof2 = mkTest("=keturn*isDrummond", "spoof2.xrds", etxrd.XRDSFraud)
163 test_status222 = mkTest("=x", "status222.xrds", None)
165 test_multisegment_xri = mkTest('xri://=nishitani*masaki',
[all …]
H A Dtest_association_response.py132 test_typeMismatchNoEncBlank_openid2 = mkTest(
137 test_typeMismatchDHSHA1NoEnc_openid2 = mkTest(
142 test_typeMismatchDHSHA256NoEnc_openid2 = mkTest(
147 test_typeMismatchNoEncDHSHA1_openid2 = mkTest(
152 test_typeMismatchDHSHA1NoEnc_openid1 = mkTest(
158 test_typeMismatchDHSHA256NoEnc_openid1 = mkTest(
164 test_typeMismatchNoEncDHSHA1_openid1 = mkTest(
201 test_none = mkTest(
206 test_empty = mkTest(
221 test_dhSHA1 = mkTest(
[all …]
/dports/security/py-python3-openid/python3-openid-3.2.0/openid/test/
H A Dtest_xri.py55 def mkTest(providerID, canonicalID, isAuthoritative): member in CanonicalIDTest
65 test_atOne = mkTest('@!1234', '@!1234!ABCD', True)
75 def mkTest(the_xri, expected_root): member in TestGetRootAuthority
82 test_at = mkTest("@foo", "@")
83 test_atStar = mkTest("@foo*bar", "@")
84 test_atStarStar = mkTest("@*foo*bar", "@")
85 test_atWithPath = mkTest("@foo/bar", "@")
86 test_bangBang = mkTest("!!990!991", "!")
87 test_bang = mkTest("!1001!02", "!")
88 test_equalsStar = mkTest("=foo*bar", "=")
[all …]
H A Dtest_etxrd.py131 def mkTest(iname, filename, expectedID): member in TestCanonicalID
144 test_delegated = mkTest("@ootao*test1", "delegated-20060809.xrds",
147 test_delegated_r1 = mkTest("@ootao*test1", "delegated-20060809-r1.xrds",
150 test_delegated_r2 = mkTest("@ootao*test1", "delegated-20060809-r2.xrds",
153 test_sometimesprefix = mkTest("@ootao*test1", "sometimesprefix.xrds",
156 test_prefixsometimes = mkTest("@ootao*test1", "prefixsometimes.xrds",
159 test_spoof1 = mkTest("=keturn*isDrummond", "spoof1.xrds", etxrd.XRDSFraud)
161 test_spoof2 = mkTest("=keturn*isDrummond", "spoof2.xrds", etxrd.XRDSFraud)
165 test_status222 = mkTest("=x", "status222.xrds", None)
167 test_multisegment_xri = mkTest('xri://=nishitani*masaki',
[all …]
H A Dtest_association_response.py140 test_typeMismatchNoEncBlank_openid2 = mkTest(
144 test_typeMismatchDHSHA1NoEnc_openid2 = mkTest(
148 test_typeMismatchDHSHA256NoEnc_openid2 = mkTest(
152 test_typeMismatchNoEncDHSHA1_openid2 = mkTest(
156 test_typeMismatchDHSHA1NoEnc_openid1 = mkTest(
161 test_typeMismatchDHSHA256NoEnc_openid1 = mkTest(
166 test_typeMismatchNoEncDHSHA1_openid1 = mkTest(
203 test_none = mkTest(
207 test_empty = mkTest(
222 test_dhSHA1 = mkTest(
[all …]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-install/tests/UnitTests/Distribution/Solver/Modular/
H A DSolver.hs1177 mkTest [Right pkg] name ["A"] $
1226 setVerbose $ mkTest db name ["target"] $
1248 mkTest db name ["pkg-A"] $
1332 enableAllTests $ mkTest db name ["A", "B"] $
1394 mkTest db name ["A"] $ solverFailure $ isInfixOf $
1410 mkTest db name ["A"] $ solverFailure $ isInfixOf $
1470 mkTest db name ["D", "E", "F"] anySolverFailure
1512 enableAllTests $ mkTest db name ["A", "B", "C"] $
1771 mkTest dbMinimizeConflictSet testName ["A"] $
1806 mkTest dbMinimizeConflictSet testName ["A"] $
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/tests/UnitTests/Distribution/Solver/Modular/
H A DSolver.hs1121 mkTest [Right pkg] name ["A"] $
1170 setVerbose $ mkTest db name ["target"] $
1192 mkTest db name ["pkg-A"] $
1276 enableAllTests $ mkTest db name ["A", "B"] $
1338 mkTest db name ["A"] $ solverFailure $ isInfixOf $
1354 mkTest db name ["A"] $ solverFailure $ isInfixOf $
1414 mkTest db name ["D", "E", "F"] anySolverFailure
1456 enableAllTests $ mkTest db name ["A", "B", "C"] $
1715 mkTest dbMinimizeConflictSet testName ["A"] $
1750 mkTest dbMinimizeConflictSet testName ["A"] $
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-tactics-plugin/test/CodeAction/
H A DDestructSpec.hs39 mkTest
47 mkTest
53 mkTest
60 mkTest
66 mkTest
72 mkTest
78 mkTest
84 mkTest
90 mkTest
96 mkTest
[all …]
H A DIntroDestructSpec.hs21 mkTest
26 mkTest
31 mkTest
H A DDestructAllSpec.hs14 mkTest
19 mkTest
26 mkTest
H A DUseDataConSpec.hs16 mkTest
25 mkTest
30 mkTest
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-tactics-plugin/test/CodeAction/
H A DDestructSpec.hs39 mkTest
47 mkTest
53 mkTest
60 mkTest
66 mkTest
72 mkTest
78 mkTest
84 mkTest
90 mkTest
96 mkTest
[all …]
H A DIntroDestructSpec.hs21 mkTest
26 mkTest
31 mkTest
H A DDestructAllSpec.hs14 mkTest
19 mkTest
26 mkTest
H A DUseDataConSpec.hs16 mkTest
25 mkTest
30 mkTest
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/th-expand-syns-0.4.8.0/testing/
H A DMain.hs16 $(mkTest [t| forall a. Show a => a -> ForAll [] -> (Int,ApplyToInteger []) |]
48 mkTest (forallT'' ["y"] (conT' "E" `appT` varT' "y"))
55 mkTest t t)
58 $(mkTest [t| (DF1 Int', TF1 Int', AT1 Int') |]
62 $(mkTest
67 $(mkTest
73 $(mkTest
/dports/devel/stack/stack-2.7.3/_cabal_deps/th-expand-syns-0.4.8.0/testing/
H A DMain.hs16 $(mkTest [t| forall a. Show a => a -> ForAll [] -> (Int,ApplyToInteger []) |]
48 mkTest (forallT'' ["y"] (conT' "E" `appT` varT' "y"))
55 mkTest t t)
58 $(mkTest [t| (DF1 Int', TF1 Int', AT1 Int') |]
62 $(mkTest
67 $(mkTest
73 $(mkTest
/dports/devel/stack/stack-2.7.3/_cabal_deps/fsnotify-0.3.0.1/test/
H A DTest.hs72 t <- [ mkTest "new file" (if | isMac && not poll -> [evAddedOrModified False]
77 , mkTest "modify file" [evModified False]
83 , mkTest "modify file attributes" (if poll then [] else [evModified False])
87 , mkTest "delete file" [evRemoved False]
91 , mkTest "new directory" (if | isMac -> [evAddedOrModified True]
96 , mkTest "delete directory" [evRemoved True]
103 mkTest :: (?timeInterval::Int) => TestName -> [FilePath -> EventPattern] -> (FilePath -> IO a) ->
105 mkTest title evs prepare action nested recursive poll = do function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fsnotify-0.3.0.1/test/
H A DTest.hs72 t <- [ mkTest "new file" (if | isMac && not poll -> [evAddedOrModified False]
77 , mkTest "modify file" [evModified False]
83 , mkTest "modify file attributes" (if poll then [] else [evModified False])
87 , mkTest "delete file" [evRemoved False]
91 , mkTest "new directory" (if | isMac -> [evAddedOrModified True]
96 , mkTest "delete directory" [evRemoved True]
103 mkTest :: (?timeInterval::Int) => TestName -> [FilePath -> EventPattern] -> (FilePath -> IO a) ->
105 mkTest title evs prepare action nested recursive poll = do function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/fsnotify-0.3.0.1/test/
H A DTest.hs72 t <- [ mkTest "new file" (if | isMac && not poll -> [evAddedOrModified False]
77 , mkTest "modify file" [evModified False]
83 , mkTest "modify file attributes" (if poll then [] else [evModified False])
87 , mkTest "delete file" [evRemoved False]
91 , mkTest "new directory" (if | isMac -> [evAddedOrModified True]
96 , mkTest "delete directory" [evRemoved True]
103 mkTest :: (?timeInterval::Int) => TestName -> [FilePath -> EventPattern] -> (FilePath -> IO a) ->
105 mkTest title evs prepare action nested recursive poll = do function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/fsnotify-0.3.0.1/test/
H A DTest.hs72 t <- [ mkTest "new file" (if | isMac && not poll -> [evAddedOrModified False]
77 , mkTest "modify file" [evModified False]
83 , mkTest "modify file attributes" (if poll then [] else [evModified False])
87 , mkTest "delete file" [evRemoved False]
91 , mkTest "new directory" (if | isMac -> [evAddedOrModified True]
96 , mkTest "delete directory" [evRemoved True]
103 mkTest :: (?timeInterval::Int) => TestName -> [FilePath -> EventPattern] -> (FilePath -> IO a) ->
105 mkTest title evs prepare action nested recursive poll = do function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/fsnotify-0.3.0.1/test/
H A DTest.hs72 t <- [ mkTest "new file" (if | isMac && not poll -> [evAddedOrModified False]
77 , mkTest "modify file" [evModified False]
83 , mkTest "modify file attributes" (if poll then [] else [evModified False])
87 , mkTest "delete file" [evRemoved False]
91 , mkTest "new directory" (if | isMac -> [evAddedOrModified True]
96 , mkTest "delete directory" [evRemoved True]
103 mkTest :: (?timeInterval::Int) => TestName -> [FilePath -> EventPattern] -> (FilePath -> IO a) ->
105 mkTest title evs prepare action nested recursive poll = do function

123456