Home
last modified time | relevance | path

Searched refs:expected_query (Results 1 – 25 of 89) sorted by relevance

1234

/dports/audio/py-musicbrainzngs/musicbrainzngs-0.7.1/test/
H A Dtest_search.py28 expected_query = r'entity:(bdb24cb5\-404b\-4f60\-bba4\-7b730325ae47)'
41 expected_query = 'artist:(dynamo go)'
42 … 'https://musicbrainz.org/ws/2/artist/?query=%s' % musicbrainzngs.compat.quote_plus(expected_query)
54 expected_query = 'event:(woodstock)'
55 …= 'https://musicbrainz.org/ws/2/event/?query=%s' % musicbrainzngs.compat.quote_plus(expected_query)
67 expected_query = 'label:(waysafe)'
80 expected_query = 'place:(fillmore)'
93 expected_query = 'release:(affordable pop music)'
106 expected_query = 'releasegroup:(affordable pop music)'
119 expected_query = 'recording:(thief of hearts)'
[all …]
/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/tests/unit/v3/
H A Dtest_services.py36 expected_query = {'name': filter_name}
37 super(ServiceTests, self).test_list(expected_query=expected_query,
42 expected_query = {'type': filter_type}
43 super(ServiceTests, self).test_list(expected_query=expected_query,
H A Dtest_limits.py67 expected_query = {'service_id': service_id}
68 self.test_list(expected_query=expected_query, service=service_id)
76 expected_query = {'region_id': region_id}
77 self.test_list(expected_query=expected_query, region=region_id)
H A Dtest_registered_limits.py66 expected_query = {'service_id': service_id}
67 self.test_list(expected_query=expected_query, service=service_id)
75 expected_query = {'region_id': region_id}
76 self.test_list(expected_query=expected_query, region=region_id)
H A Dtest_trusts.py117 expected_query = {'trustor_user_id': '12345'}
118 super(TrustTests, self).test_list(expected_query=expected_query,
122 expected_query = {'trustee_user_id': '12345'}
123 super(TrustTests, self).test_list(expected_query=expected_query,
H A Dtest_endpoints.py98 expected_query = {'region_id': region_id}
102 expected_query=expected_query, region=region_id)
104 expected_query=expected_query, region_id=region_id)
H A Dtest_domains.py47 expected_query = {'enabled': '0'}
48 super(DomainTests, self).test_list(expected_query=expected_query,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/drive/
H A Ddrive_api_url_generator_unittest.cc78 const std::string expected_query; in TEST_F() member
91 kTestPatterns[i].expected_query, in TEST_F()
100 kTestPatterns[i].expected_query, in TEST_F()
109 kTestPatterns[i].expected_query, in TEST_F()
147 const std::string expected_query; in TEST_F() member
169 (kTestPatterns[i].expected_query.empty() ? "" : "&") + in TEST_F()
170 kTestPatterns[i].expected_query, in TEST_F()
240 const std::string expected_query; in TEST_F() member
288 (kTestPatterns[i].expected_query.empty() ? "" : "&") + in TEST_F()
289 kTestPatterns[i].expected_query, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/drive/
H A Ddrive_api_url_generator_unittest.cc78 const std::string expected_query; in TEST_F() member
91 kTestPatterns[i].expected_query, in TEST_F()
100 kTestPatterns[i].expected_query, in TEST_F()
109 kTestPatterns[i].expected_query, in TEST_F()
147 const std::string expected_query; in TEST_F() member
169 (kTestPatterns[i].expected_query.empty() ? "" : "&") + in TEST_F()
170 kTestPatterns[i].expected_query, in TEST_F()
240 const std::string expected_query; in TEST_F() member
288 (kTestPatterns[i].expected_query.empty() ? "" : "&") + in TEST_F()
289 kTestPatterns[i].expected_query, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/printing/
H A Duri_unittest_consistency.cc110 std::string expected_query; in TEST_P() local
112 if (!expected_query.empty()) in TEST_P()
113 expected_query += "&"; in TEST_P()
114 expected_query += param_value.first; in TEST_P()
116 expected_query += "=" + param_value.second; in TEST_P()
118 EXPECT_EQ(expected_query, uri_.GetQueryEncodedAsString()); in TEST_P()
141 const std::string expected_query = uri_.GetQueryEncodedAsString(); in TEST_P() local
142 if (!expected_query.empty()) in TEST_P()
143 expected_uri += "?" + expected_query; in TEST_P()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/loose_foreign_keys/
H A Dcleaner_service_spec.rb56expected_query = %{UPDATE "issues" SET "project_id" = NULL WHERE ("issues"."id") IN (SELECT "issue…
57 … expect(ApplicationRecord.connection).to receive(:execute).with(expected_query).and_call_original
68expected_query = %{DELETE FROM "issues" WHERE ("issues"."id") IN (SELECT "issues"."id" FROM "issue…
69 … expect(ApplicationRecord.connection).to receive(:execute).with(expected_query).and_call_original
112expected_query = %{DELETE FROM "project_authorizations" WHERE ("project_authorizations"."user_id",…
113 … expect(ApplicationRecord.connection).to receive(:execute).with(expected_query).and_call_original
/dports/www/drupal8/drupal-8.9.20/core/modules/field_ui/tests/src/Unit/
H A DFieldUiTest.php41 $expected_query = [
46 $this->assertSame($expected_query, $actual->getOption('query'));
64 $expected_query = [
69 $this->assertSame($expected_query, $actual->getOption('query'));
/dports/www/drupal9/drupal-9.2.10/core/modules/field_ui/tests/src/Unit/
H A DFieldUiTest.php41 $expected_query = [
46 $this->assertSame($expected_query, $actual->getOption('query'));
64 $expected_query = [
69 $this->assertSame($expected_query, $actual->getOption('query'));
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-read-prefs.c23 const char *expected_query) in _test_op_query() argument
49 server, "test.test", expected_query_flags, 0, 1, expected_query, NULL); in _test_op_query()
132 const char *expected_query) in _test_command() argument
158 server, "test", expected_query_flags, expected_query); in _test_command()
184 const char *expected_query) in _test_command_simple() argument
199 server, "test", expected_query_flags, expected_query); in _test_command_simple()
306 const char *expected_query, in _test_read_prefs() argument
318 uri, server, query_in, read_prefs, expected_query_flags, expected_query); in _test_read_prefs()
326 expected_query); in _test_read_prefs()
333 expected_query); in _test_read_prefs()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/http-0.2.4/src/uri/
H A Dbuilder.rs181 let expected_query = format!("a={}", i); in build_from_string() localVariable
183 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string()
192 let expected_query = format!("a={}", i); in build_from_string_ref() localVariable
194 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string_ref()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/http-0.2.5/src/uri/
H A Dbuilder.rs181 let expected_query = format!("a={}", i); in build_from_string() localVariable
183 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string()
192 let expected_query = format!("a={}", i); in build_from_string_ref() localVariable
194 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string_ref()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/http-0.2.5/src/uri/
H A Dbuilder.rs181 let expected_query = format!("a={}", i); in build_from_string() localVariable
183 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string()
192 let expected_query = format!("a={}", i); in build_from_string_ref() localVariable
194 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string_ref()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/http-0.2.5/src/uri/
H A Dbuilder.rs181 let expected_query = format!("a={}", i); in build_from_string() localVariable
183 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string()
192 let expected_query = format!("a={}", i); in build_from_string_ref() localVariable
194 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string_ref()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/http-0.2.4/src/uri/
H A Dbuilder.rs181 let expected_query = format!("a={}", i); in build_from_string() localVariable
183 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string()
192 let expected_query = format!("a={}", i); in build_from_string_ref() localVariable
194 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string_ref()
/dports/net/routinator/routinator-0.10.2/cargo-crates/http-0.2.4/src/uri/
H A Dbuilder.rs181 let expected_query = format!("a={}", i); in build_from_string() localVariable
183 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string()
192 let expected_query = format!("a={}", i); in build_from_string_ref() localVariable
194 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string_ref()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/http-0.2.4/src/uri/
H A Dbuilder.rs181 let expected_query = format!("a={}", i); in build_from_string() localVariable
183 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string()
192 let expected_query = format!("a={}", i); in build_from_string_ref() localVariable
194 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string_ref()
/dports/www/rearx/rearx-0.1.4/cargo-crates/http-0.2.3/src/uri/
H A Dbuilder.rs181 let expected_query = format!("a={}", i); in build_from_string() localVariable
183 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string()
192 let expected_query = format!("a={}", i); in build_from_string_ref() localVariable
194 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string_ref()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/http-0.2.5/src/uri/
H A Dbuilder.rs181 let expected_query = format!("a={}", i); in build_from_string() localVariable
183 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string()
192 let expected_query = format!("a={}", i); in build_from_string_ref() localVariable
194 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string_ref()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/http-0.2.5/src/uri/
H A Dbuilder.rs181 let expected_query = format!("a={}", i); in build_from_string() localVariable
183 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string()
192 let expected_query = format!("a={}", i); in build_from_string_ref() localVariable
194 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string_ref()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/http-0.2.3/src/uri/
H A Dbuilder.rs181 let expected_query = format!("a={}", i); in build_from_string() localVariable
183 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string()
192 let expected_query = format!("a={}", i); in build_from_string_ref() localVariable
194 assert_eq!(uri.query(), Some(expected_query.as_str())); in build_from_string_ref()

1234