File tree Expand file tree Collapse file tree
ucan/src/delegation/policy/selector Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ alphanumerics
12apache
23APIs
4+ args
5+ arity
6+ array-of-ints
37assignees
48async
59auth
610authN
711authz
812base58btc
13+ Behaviour
914Benchmarking
1015benchmarking
1116brooklynzelenka
17+ btc
18+ btc-decode
19+ btc-encode
1220BTreeMap
1321cargo-udeps
1422CBOR
1523CID
24+ CIDs
25+ CIDv
1626CIDv1
1727CLI
1828codec
29+ combinators
30+ Config
1931CRDT
2032CRDTs
2133crypto
2234cryptographic
2335cryptographically
36+ CSPRNG
2437DAG-CBOR
2538DAG-JSON
39+ DAG-PB
2640DagCborCodec
2741DagJsonCodec
2842DCBOR
43+ dep
44+ deps
45+ deserialized
46+ Desugaring
2947Deserialize
3048deserialization
49+ deserializer
50+ deserializers
51+ deserializes
3152DID
3253DIDs
3354direnv
55+ Disjunction
56+ disjunct
3457doxing
3558ECDH
3659ECDSA
3760ed25519
3861EdDSA
3962enum
63+ EnvelopePayload
64+ errored
65+ erroring
4066et
4167expede
68+ Hardcode
69+ hardcoded
4270http
71+ IANA
4372impl
4473impls
74+ invoker
4575IPLD
4676IRust
4777jq
78+ LEB
4879LEB128
80+ matcher
81+ md
4982MiB
83+ MSRV
84+ multibase
5085multicodec
5186Multicodec
5287multihash
88+ NaN
5389nbf
5490newtype
5591newtypes
5692NixOS
93+ nonces
94+ Nonces
5795no_std
5896OCap
5997ocap
98+ PayloadTag
6099PoLA
100+ powerline
61101pre-commit
62102Pre-commit
63103proptest
64104Powerline
65105rc
106+ RDRAND
107+ re-deserialized
66108README
67109Roundtrip
68110roundtrip
111+ roundtrips
69112RFC
70113RSA
71114RustSec
72115runtimes
73116Screencaps
117+ secp
74118secp256k1
119+ Selectable
75120Serde
121+ serde
76122Serialize
123+ SHA
77124SHA-256
78125struct
79126toolchain
80127ucan
81128UCAN
82129UCANs
83130UI
131+ unescaped
132+ unrepresentable
84133usecases
85134unwelcomed
135+ Validators
86136Varsig
87137varsig
88138VarsigConfig
139+ verifiers
89140Wasm
90141WebAssembly
91142WebCrypto
92143www
144+ xF
93145Zelenka
146+ zero-dep
Original file line number Diff line number Diff line change @@ -266,6 +266,7 @@ mod tests {
266266 use proptest_arbitrary_interop:: arb;
267267
268268 proptest ! {
269+ #![ proptest_config( ProptestConfig { cases: 64 , ..ProptestConfig :: default ( ) } ) ]
269270 #[ test_log:: test]
270271 fn test_identity( data in arb:: <InternalIpld >( ) ) {
271272 let selector = Select :: <InternalIpld >:: from_str( "." ) ?;
@@ -274,6 +275,7 @@ mod tests {
274275 }
275276
276277 proptest ! {
278+ #![ proptest_config( ProptestConfig { cases: 64 , ..ProptestConfig :: default ( ) } ) ]
277279 #[ test_log:: test]
278280 fn test_try_missing_is_null( data in arb:: <InternalIpld >( ) ) {
279281 let selector = Select :: <Ipld >:: from_str( ".foo?" ) ?;
@@ -290,6 +292,7 @@ mod tests {
290292 }
291293
292294 proptest ! {
295+ #![ proptest_config( ProptestConfig { cases: 64 , ..ProptestConfig :: default ( ) } ) ]
293296 #[ test_log:: test]
294297 fn test_try_missing_plus_trailing_is_null( data in arb:: <InternalIpld >( ) , more in arb:: <Vec <Filter >>( ) ) {
295298 let mut filters = vec![ Filter :: Try ( Box :: new( Filter :: Field ( "foo" . into( ) ) ) ) ] ;
You can’t perform that action at this time.
0 commit comments