1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
7 collecting ... collected 213 items
10 tests/test_functional/test_explicit_use.py::TestUtils::test_add_routes PASSED
11 tests/test_functional/test_explicit_use.py::TestUtils::test_add_routes_conditions_met PASSED
12 tests/test_functional/test_explicit_use.py::TestUtils::test_add_routes_conditions_unmet PASSED
13 tests/test_functional/test_explicit_use.py::TestUtils::test_anchor PASSED
14 tests/test_functional/test_explicit_use.py::TestUtils::test_current PASSED
15 tests/test_functional/test_explicit_use.py::TestUtils::test_route_dict_use PASSED
16 tests/test_functional/test_explicit_use.py::TestUtils::test_server_port PASSED
17 tests/test_functional/test_explicit_use.py::TestUtils::test_static_args PASSED
18 tests/test_functional/test_explicit_use.py::TestUtils::test_subdomain_screen PASSED
19 tests/test_functional/test_explicit_use.py::TestUtils::test_using_func PASSED
20 tests/test_functional/test_explicit_use.py::TestUtils::test_using_prefix PASSED
21 tests/test_functional/test_explicit_use.py::TestUtils::test_with_host_param PASSED
22 tests/test_functional/test_explicit_use.py::TestUtils::test_x_forwarded PASSED
23 tests/test_functional/test_generation.py::TestGeneration::test_all_static_no_reqs PASSED
24 tests/test_functional/test_generation.py::TestGeneration::test_backwards PASSED
25 tests/test_functional/test_generation.py::TestGeneration::test_backwards_with_splits PASSED
26 tests/test_functional/test_generation.py::TestGeneration::test_basic_dynamic PASSED
27 tests/test_functional/test_generation.py::TestGeneration::test_basic_dynamic_explicit_use PASSED
28 tests/test_functional/test_generation.py::TestGeneration::test_big_multiroute PASSED
29 tests/test_functional/test_generation.py::TestGeneration::test_big_multiroute_with_nomin PASSED
30 tests/test_functional/test_generation.py::TestGeneration::test_big_multiroute_with_splits PASSED
31 tests/test_functional/test_generation.py::TestGeneration::test_both_requirement_and_optional PASSED
32 tests/test_functional/test_generation.py::TestGeneration::test_controller PASSED
33 tests/test_functional/test_generation.py::TestGeneration::test_controller_with_static PASSED
34 tests/test_functional/test_generation.py::TestGeneration::test_dot_format_args PASSED
35 tests/test_functional/test_generation.py::TestGeneration::test_dynamic_with_default PASSED
36 tests/test_functional/test_generation.py::TestGeneration::test_dynamic_with_default_and_regexp_condition PASSED
37 tests/test_functional/test_generation.py::TestGeneration::test_dynamic_with_false_equivs PASSED
38 tests/test_functional/test_generation.py::TestGeneration::test_dynamic_with_false_equivs_and_splits PASSED
39 tests/test_functional/test_generation.py::TestGeneration::test_dynamic_with_regexp_condition PASSED
40 tests/test_functional/test_generation.py::TestGeneration::test_dynamic_with_underscore_parts PASSED
41 tests/test_functional/test_generation.py::TestGeneration::test_extras PASSED
42 tests/test_functional/test_generation.py::TestGeneration::test_extras_as_list_of_unicodes PASSED
43 tests/test_functional/test_generation.py::TestGeneration::test_extras_as_unicode PASSED
44 tests/test_functional/test_generation.py::TestGeneration::test_extras_with_splits PASSED
45 tests/test_functional/test_generation.py::TestGeneration::test_multiroute PASSED
46 tests/test_functional/test_generation.py::TestGeneration::test_multiroute_with_splits PASSED
47 tests/test_functional/test_generation.py::TestGeneration::test_no_extras PASSED
48 tests/test_functional/test_generation.py::TestGeneration::test_no_extras_with_splits PASSED
49 tests/test_functional/test_generation.py::TestGeneration::test_other_special_chars PASSED
50 tests/test_functional/test_generation.py::TestGeneration::test_path PASSED
51 tests/test_functional/test_generation.py::TestGeneration::test_path_backwards PASSED
52 tests/test_functional/test_generation.py::TestGeneration::test_relative_url PASSED
53 tests/test_functional/test_generation.py::TestGeneration::test_route_with_end_extension PASSED
54 tests/test_functional/test_generation.py::TestGeneration::test_route_with_fixnum_default PASSED
55 tests/test_functional/test_generation.py::TestGeneration::test_route_with_fixnum_default_with_splits PASSED
56 tests/test_functional/test_generation.py::TestGeneration::test_route_with_odd_leftovers PASSED
57 tests/test_functional/test_generation.py::TestGeneration::test_set_to_nil_forgets PASSED
58 tests/test_functional/test_generation.py::TestGeneration::test_standard_route PASSED
59 tests/test_functional/test_generation.py::TestGeneration::test_static PASSED
60 tests/test_functional/test_generation.py::TestGeneration::test_the_smallest_route PASSED
61 tests/test_functional/test_generation.py::TestGeneration::test_typical PASSED
62 tests/test_functional/test_generation.py::TestGeneration::test_unicode PASSED
63 tests/test_functional/test_generation.py::TestGeneration::test_unicode_static PASSED
64 tests/test_functional/test_generation.py::TestGeneration::test_uppercase_recognition PASSED
65 tests/test_functional/test_generation.py::TestGeneration::test_url_with_environ PASSED
66 tests/test_functional/test_generation.py::TestGeneration::test_url_with_environ_and_absolute PASSED
67 tests/test_functional/test_generation.py::TestGeneration::test_url_with_environ_and_caching PASSED
68 tests/test_functional/test_generation.py::TestGeneration::test_url_with_environ_empty PASSED
69 tests/test_functional/test_generation.py::TestGeneration::test_url_with_no_action_specified PASSED
70 tests/test_functional/test_generation.py::TestGeneration::test_url_with_prefix PASSED
71 tests/test_functional/test_generation.py::TestGeneration::test_url_with_prefix_deeper PASSED
72 tests/test_functional/test_middleware.py::test_basic PASSED
73 tests/test_functional/test_middleware.py::test_content_split PASSED
74 tests/test_functional/test_middleware.py::test_method_conversion PASSED
75 tests/test_functional/test_middleware.py::test_no_query PASSED
76 tests/test_functional/test_middleware.py::test_no_singleton PASSED
77 tests/test_functional/test_middleware.py::test_path_info PASSED
78 tests/test_functional/test_middleware.py::test_redirect_middleware PASSED
79 tests/test_functional/test_nonminimization.py::test_action_required PASSED
80 tests/test_functional/test_nonminimization.py::test_basic PASSED
81 tests/test_functional/test_nonminimization.py::test_full PASSED
82 tests/test_functional/test_nonminimization.py::test_other_special_chars PASSED
83 tests/test_functional/test_nonminimization.py::test_query_params PASSED
84 tests/test_functional/test_nonminimization.py::test_regexp_syntax PASSED
85 tests/test_functional/test_nonminimization.py::test_syntax PASSED
86 tests/test_functional/test_nonminimization.py::test_unicode PASSED
87 tests/test_functional/test_nonminimization.py::test_unicode_static PASSED
88 tests/test_functional/test_recognition.py::TestRecognition::test_all_static PASSED
89 tests/test_functional/test_recognition.py::TestRecognition::test_basic_dynamic PASSED
90 tests/test_functional/test_recognition.py::TestRecognition::test_basic_dynamic_backwards PASSED
91 tests/test_functional/test_recognition.py::TestRecognition::test_conditions PASSED
92 tests/test_functional/test_recognition.py::TestRecognition::test_controller PASSED
93 tests/test_functional/test_recognition.py::TestRecognition::test_default_route PASSED
94 tests/test_functional/test_recognition.py::TestRecognition::test_disabling_unicode PASSED
95 tests/test_functional/test_recognition.py::TestRecognition::test_dot_format_args PASSED
96 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_and_controller_with_string_and_default_backwards PASSED
97 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_default PASSED
98 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_default_and_string_condition_backwards PASSED
99 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_default_backwards PASSED
100 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_multiple_and_prefix PASSED
101 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_prefix PASSED
102 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_regexp_and_default PASSED
103 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_regexp_condition PASSED
104 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_regexp_defaults_and_gaps PASSED
105 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_regexp_defaults_and_gaps_and_splits PASSED
106 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_regexp_gaps_controllers PASSED
107 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_string_condition PASSED
108 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_string_condition_backwards PASSED
109 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_trailing_dyanmic_defaults PASSED
110 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_trailing_non_keyword_strings PASSED
111 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_trailing_strings PASSED
112 tests/test_functional/test_recognition.py::TestRecognition::test_dynamic_with_underscores PASSED
113 tests/test_functional/test_recognition.py::TestRecognition::test_empty_fails PASSED
114 tests/test_functional/test_recognition.py::TestRecognition::test_home_noargs PASSED
115 tests/test_functional/test_recognition.py::TestRecognition::test_match_debug PASSED
116 tests/test_functional/test_recognition.py::TestRecognition::test_multiroute PASSED
117 tests/test_functional/test_recognition.py::TestRecognition::test_multiroute_with_nomin PASSED
118 tests/test_functional/test_recognition.py::TestRecognition::test_multiroute_with_splits PASSED
119 tests/test_functional/test_recognition.py::TestRecognition::test_no_reg_make PASSED
120 tests/test_functional/test_recognition.py::TestRecognition::test_other_special_chars PASSED
121 tests/test_functional/test_recognition.py::TestRecognition::test_path PASSED
122 tests/test_functional/test_recognition.py::TestRecognition::test_path_backwards PASSED
123 tests/test_functional/test_recognition.py::TestRecognition::test_path_backwards_with_controller PASSED
124 tests/test_functional/test_recognition.py::TestRecognition::test_path_backwards_with_controller_and_splits PASSED
125 tests/test_functional/test_recognition.py::TestRecognition::test_path_with_dyanmic_and_default PASSED
126 tests/test_functional/test_recognition.py::TestRecognition::test_path_with_dynamic PASSED
127 tests/test_functional/test_recognition.py::TestRecognition::test_path_with_dynamic_and_default_backwards PASSED
128 tests/test_functional/test_recognition.py::TestRecognition::test_regexp_char_escaping PASSED
129 tests/test_functional/test_recognition.py::TestRecognition::test_routematch PASSED
130 tests/test_functional/test_recognition.py::TestRecognition::test_routematch_debug PASSED
131 tests/test_functional/test_recognition.py::TestRecognition::test_splits_packed_with_regexps PASSED
132 tests/test_functional/test_recognition.py::TestRecognition::test_splits_with_dashes PASSED
133 tests/test_functional/test_recognition.py::TestRecognition::test_splits_with_extension PASSED
134 tests/test_functional/test_recognition.py::TestRecognition::test_splits_with_slashes PASSED
135 tests/test_functional/test_recognition.py::TestRecognition::test_splits_with_slashes_and_default PASSED
136 tests/test_functional/test_recognition.py::TestRecognition::test_standard_route PASSED
137 tests/test_functional/test_recognition.py::TestRecognition::test_standard_route_with_gaps PASSED
138 tests/test_functional/test_recognition.py::TestRecognition::test_standard_route_with_gaps_and_domains PASSED
139 tests/test_functional/test_recognition.py::TestRecognition::test_standard_with_domains PASSED
140 tests/test_functional/test_recognition.py::TestRecognition::test_subdomain_with_conditions2 PASSED
141 tests/test_functional/test_recognition.py::TestRecognition::test_subdomains PASSED
142 tests/test_functional/test_recognition.py::TestRecognition::test_subdomains_with_conditions PASSED
143 tests/test_functional/test_recognition.py::TestRecognition::test_subdomains_with_ignore PASSED
144 tests/test_functional/test_recognition.py::TestRecognition::test_unicode PASSED
145 tests/test_functional/test_recognition.py::TestRecognition::test_various_periods PASSED
146 tests/test_functional/test_resources.py::TestResourceGeneration::test_resources PASSED
147 tests/test_functional/test_resources.py::TestResourceGeneration::test_resources_with_collection_action PASSED
148 tests/test_functional/test_resources.py::TestResourceGeneration::test_resources_with_member_action PASSED
149 tests/test_functional/test_resources.py::TestResourceGeneration::test_resources_with_name_prefix PASSED
150 tests/test_functional/test_resources.py::TestResourceGeneration::test_resources_with_new_action PASSED
151 tests/test_functional/test_resources.py::TestResourceGeneration::test_resources_with_path_prefix PASSED
152 tests/test_functional/test_resources.py::TestResourceGeneration::test_resources_with_requirements PASSED
153 tests/test_functional/test_resources.py::TestResourceRecognition::test_resource PASSED
154 tests/test_functional/test_resources.py::TestResourceRecognition::test_resource_created_with_parent_resource PASSED
155 tests/test_functional/test_resources.py::TestResourceRecognition::test_resource_created_with_parent_resource_nomin PASSED
156 tests/test_functional/test_resources.py::TestResourceRecognition::test_resource_with_nomin PASSED
157 tests/test_functional/test_submapper.py::TestSubmapper::test_collection PASSED
158 tests/test_functional/test_submapper.py::TestSubmapper::test_collection_options PASSED
159 tests/test_functional/test_submapper.py::TestSubmapper::test_submapper PASSED
160 tests/test_functional/test_submapper.py::TestSubmapper::test_submapper_action PASSED
161 tests/test_functional/test_submapper.py::TestSubmapper::test_submapper_action_and_link_generation PASSED
162 tests/test_functional/test_submapper.py::TestSubmapper::test_submapper_argument_overriding PASSED
163 tests/test_functional/test_submapper.py::TestSubmapper::test_submapper_link PASSED
164 tests/test_functional/test_submapper.py::TestSubmapper::test_submapper_nesting PASSED
165 tests/test_functional/test_submapper.py::TestSubmapper::test_submapper_standard_actions PASSED
166 tests/test_functional/test_submapper.py::TestSubmapper::test_submapper_standard_links PASSED
167 tests/test_functional/test_submapper.py::TestSubmapper::test_submapper_with_no_path PASSED
168 tests/test_functional/test_submapper.py::TestSubmapper::test_subsubmapper_with_controller PASSED
169 tests/test_functional/test_utils.py::TestUtils::test_append_slash PASSED
170 tests/test_functional/test_utils.py::TestUtils::test_auto_controller_scan PASSED
171 tests/test_functional/test_utils.py::TestUtils::test_controller_scan PASSED
172 tests/test_functional/test_utils.py::TestUtils::test_no_named_path PASSED
173 tests/test_functional/test_utils.py::TestUtils::test_no_named_path_with_script PASSED
174 tests/test_functional/test_utils.py::TestUtils::test_redirect_to PASSED
175 tests/test_functional/test_utils.py::TestUtils::test_redirect_to_with_route_names PASSED
176 tests/test_functional/test_utils.py::TestUtils::test_route_filter PASSED
177 tests/test_functional/test_utils.py::TestUtils::test_route_overflow PASSED
178 tests/test_functional/test_utils.py::TestUtils::test_static_route PASSED
179 tests/test_functional/test_utils.py::TestUtils::test_static_route_with_script PASSED
180 tests/test_functional/test_utils.py::TestUtils::test_static_route_with_vars PASSED
181 tests/test_functional/test_utils.py::TestUtils::test_static_route_with_vars_and_defaults PASSED
182 tests/test_functional/test_utils.py::TestUtils::test_static_route_with_vars_and_requirements PASSED
183 tests/test_functional/test_utils.py::TestUtils::test_subdomains PASSED
184 tests/test_functional/test_utils.py::TestUtils::test_subdomains_with_default PASSED
185 tests/test_functional/test_utils.py::TestUtils::test_subdomains_with_exceptions PASSED
186 tests/test_functional/test_utils.py::TestUtils::test_subdomains_with_named_routes PASSED
187 tests/test_functional/test_utils.py::TestUtils::test_subdomains_with_ports PASSED
188 tests/test_functional/test_utils.py::TestUtils::test_url_for PASSED
189 tests/test_functional/test_utils.py::TestUtils::test_url_for_with_defaults PASSED
190 tests/test_functional/test_utils.py::TestUtils::test_url_for_with_defaults_and_qualified PASSED
191 tests/test_functional/test_utils.py::TestUtils::test_url_for_with_more_defaults PASSED
192 tests/test_functional/test_utils.py::TestUtils::test_url_for_with_nongen PASSED
193 tests/test_functional/test_utils.py::TestUtils::test_url_for_with_nongen_no_encoding PASSED
194 tests/test_functional/test_utils.py::TestUtils::test_url_for_with_unicode PASSED
195 tests/test_functional/test_utils.py::TestUtils::test_url_raises PASSED
196 tests/test_functional/test_utils.py::TestUtils::test_with_http_environ PASSED
197 tests/test_functional/test_utils.py::TestUtils::test_with_route_names PASSED
198 tests/test_functional/test_utils.py::TestUtils::test_with_route_names_and_defaults PASSED
199 tests/test_functional/test_utils.py::TestUtils::test_with_route_names_and_hardcode PASSED
200 tests/test_functional/test_utils.py::TestUtils::test_with_ssl_environ PASSED
201 tests/test_functional/test_utils.py::TestUtilsWithExplicit::test_url_for PASSED
202 tests/test_functional/test_utils.py::TestUtilsWithExplicit::test_url_for_with_defaults PASSED
203 tests/test_functional/test_utils.py::TestUtilsWithExplicit::test_url_for_with_defaults_and_qualified PASSED
204 tests/test_functional/test_utils.py::TestUtilsWithExplicit::test_url_for_with_more_defaults PASSED
205 tests/test_functional/test_utils.py::TestUtilsWithExplicit::test_with_resource_route_names PASSED
206 tests/test_functional/test_utils.py::TestUtilsWithExplicit::test_with_resource_route_names_and_nomin PASSED
207 tests/test_functional/test_utils.py::TestUtilsWithExplicit::test_with_route_names PASSED
208 tests/test_functional/test_utils.py::TestUtilsWithExplicit::test_with_route_names_and_defaults PASSED
209 tests/test_functional/test_utils.py::TestUtilsWithExplicit::test_with_route_names_and_nomin PASSED
210 tests/test_units/test_base.py::TestBase::test_request_config PASSED
211 tests/test_units/test_base.py::TestBase::test_route PASSED
212 tests/test_units/test_environment.py::TestEnvironment::test_env_set PASSED
213 tests/test_units/test_mapper_str.py::TestMapperStr::test_str PASSED
214 tests/test_units/test_route_escapes.py::TestRouteEscape::test_normal_route PASSED
215 tests/test_units/test_route_escapes.py::TestRouteEscape::test_route_with_all_escapes PASSED
216 tests/test_units/test_route_escapes.py::TestRouteEscape::test_route_with_backslash PASSED
217 tests/test_units/test_route_escapes.py::TestRouteEscape::test_route_with_both_colons PASSED
218 tests/test_units/test_route_escapes.py::TestRouteEscape::test_route_with_colon PASSED
219 tests/test_units/test_route_escapes.py::TestRouteEscape::test_route_with_escaped_colon PASSED
220 tests/test_units/test_route_escapes.py::TestRouteEscape::test_route_with_random_escapes PASSED
222 =============================== warnings summary ===============================
223 ../../../../../../../..$(PYTHON_DIR)/vendor-packages/nose/importer.py:12
224 $(PYTHON_DIR)/vendor-packages/nose/importer.py:12: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
225 from imp import find_module, load_module, acquire_lock, release_lock
227 tests/test_functional/test_generation.py:205
228 tests/test_functional/test_generation.py:205
229 $(@D)/tests/test_functional/test_generation.py:205: DeprecationWarning: invalid escape sequence \d
230 requirements={'month':'\d{1,2}','day':'\d{1,2}'})
232 tests/test_functional/test_generation.py:220
233 tests/test_functional/test_generation.py:220
234 $(@D)/tests/test_functional/test_generation.py:220: DeprecationWarning: invalid escape sequence \d
235 requirements={'month':'\d{1,2}','day':'\d{1,2}'})
237 tests/test_functional/test_generation.py:246
238 $(@D)/tests/test_functional/test_generation.py:246: DeprecationWarning: invalid escape sequence \d
239 m.connect('articles/page/:page', controller='articles', action='index', requirements = {'page':'\d+'})
241 tests/test_functional/test_generation.py:249
242 tests/test_functional/test_generation.py:249
243 tests/test_functional/test_generation.py:249
244 $(@D)/tests/test_functional/test_generation.py:249: DeprecationWarning: invalid escape sequence \d
245 requirements = {'year':'\d{4}', 'month':'\d{1,2}','day':'\d{1,2}'})
247 tests/test_functional/test_generation.py:289
248 $(@D)/tests/test_functional/test_generation.py:289: DeprecationWarning: invalid escape sequence \d
249 m.connect('articles/page/:(page).myt', controller='articles', action='index', requirements = {'page':'\d+'})
251 tests/test_functional/test_generation.py:292
252 tests/test_functional/test_generation.py:292
253 tests/test_functional/test_generation.py:292
254 $(@D)/tests/test_functional/test_generation.py:292: DeprecationWarning: invalid escape sequence \d
255 requirements = {'year':'\d{4}', 'month':'\d{1,2}','day':'\d{1,2}'})
257 tests/test_functional/test_generation.py:332
258 $(@D)/tests/test_functional/test_generation.py:332: DeprecationWarning: invalid escape sequence \d
259 m.connect('articles/page/:page', controller='articles', action='index', requirements = {'page':'\d+'})
261 tests/test_functional/test_generation.py:335
262 tests/test_functional/test_generation.py:335
263 tests/test_functional/test_generation.py:335
264 $(@D)/tests/test_functional/test_generation.py:335: DeprecationWarning: invalid escape sequence \d
265 requirements = {'year':'\d{4}', 'month':'\d{1,2}','day':'\d{1,2}'})
267 tests/test_functional/test_generation.py:511
268 $(@D)/tests/test_functional/test_generation.py:511: DeprecationWarning: invalid escape sequence \d
269 m.connect('test/:year', controller='post', action='show', year=None, requirements = {'year':'\d{4}'})
271 tests/test_functional/test_generation.py:688
272 $(@D)/tests/test_functional/test_generation.py:688: DeprecationWarning: invalid escape sequence \d
273 m.connect('articles/page/:page', controller='articles', action='index', requirements = {'page':'\d+'})
275 tests/test_functional/test_generation.py:691
276 tests/test_functional/test_generation.py:691
277 tests/test_functional/test_generation.py:691
278 $(@D)/tests/test_functional/test_generation.py:691: DeprecationWarning: invalid escape sequence \d
279 requirements = {'year':'\d{4}', 'month':'\d{1,2}','day':'\d{1,2}'})
281 tests/test_functional/test_nonminimization.py:100
282 $(@D)/tests/test_functional/test_nonminimization.py:100: DeprecationWarning: invalid escape sequence \d
283 m.connect('/{controller}/{action}/{id:\d\d}')
285 tests/test_functional/test_recognition.py:214
286 tests/test_functional/test_recognition.py:214
287 $(@D)/tests/test_functional/test_recognition.py:214: DeprecationWarning: invalid escape sequence \d
288 requirements={'month':'\d{1,2}','day':'\d{1,2}'})
290 tests/test_functional/test_recognition.py:232
291 tests/test_functional/test_recognition.py:232
292 $(@D)/tests/test_functional/test_recognition.py:232: DeprecationWarning: invalid escape sequence \d
293 requirements={'month':'\d{1,2}','day':'\d{1,2}'})
295 tests/test_functional/test_recognition.py:250
296 tests/test_functional/test_recognition.py:250
297 $(@D)/tests/test_functional/test_recognition.py:250: DeprecationWarning: invalid escape sequence \d
298 requirements={'month':'\d{1,2}','day':'\d{1,2}'})
300 tests/test_functional/test_recognition.py:268
301 $(@D)/tests/test_functional/test_recognition.py:268: DeprecationWarning: invalid escape sequence \d
302 requirements={'month':'\d{1,2}'})
304 tests/test_functional/test_recognition.py:269
305 $(@D)/tests/test_functional/test_recognition.py:269: DeprecationWarning: invalid escape sequence \d
306 m.connect('view/:id/:controller', controller='blog', id=2, action='view', requirements={'id':'\d{1,2}'})
308 tests/test_functional/test_recognition.py:283
309 $(@D)/tests/test_functional/test_recognition.py:283: DeprecationWarning: invalid escape sequence \d
310 requirements={'month':'\d{1,2}'})
312 tests/test_functional/test_recognition.py:284
313 $(@D)/tests/test_functional/test_recognition.py:284: DeprecationWarning: invalid escape sequence \d
314 m.connect('view/:(id)/:(controller)', controller='blog', id=2, action='view', requirements={'id':'\d{1,2}'})
316 tests/test_functional/test_recognition.py:298
317 $(@D)/tests/test_functional/test_recognition.py:298: DeprecationWarning: invalid escape sequence \d
318 m.connect(path, id=2, action='view', requirements={'id':'\d{1,2}'})
320 tests/test_functional/test_recognition.py:312
321 $(@D)/tests/test_functional/test_recognition.py:312: DeprecationWarning: invalid escape sequence \d
322 m.connect(path, controller='blog', id=2, action='view', requirements={'id':'\d{1,2}'})
324 tests/test_functional/test_recognition.py:964
325 $(@D)/tests/test_functional/test_recognition.py:964: DeprecationWarning: invalid escape sequence \d
326 m.connect('articles/page/:page', controller='articles', action='index', requirements = {'page':'\d+'})
328 tests/test_functional/test_recognition.py:967
329 tests/test_functional/test_recognition.py:967
330 tests/test_functional/test_recognition.py:967
331 $(@D)/tests/test_functional/test_recognition.py:967: DeprecationWarning: invalid escape sequence \d
332 requirements = {'year':'\d{4}', 'month':'\d{1,2}','day':'\d{1,2}'})
334 tests/test_functional/test_resources.py:146
335 $(@D)/tests/test_functional/test_resources.py:146: DeprecationWarning: invalid escape sequence \.
336 test_path('/people/2\.13', 'PUT')
338 tests/test_functional/test_resources.py:147
339 $(@D)/tests/test_functional/test_resources.py:147: DeprecationWarning: invalid escape sequence \.
340 eq_({'controller':'people', 'action':'update', 'id':'2\.13'}, con.mapper_dict)
342 tests/test_functional/test_resources.py:148
343 $(@D)/tests/test_functional/test_resources.py:148: DeprecationWarning: invalid escape sequence \.
344 test_path('/people/2\.13.xml', 'PUT')
346 tests/test_functional/test_resources.py:149
347 $(@D)/tests/test_functional/test_resources.py:149: DeprecationWarning: invalid escape sequence \.
348 eq_({'controller':'people', 'action':'update', 'id':'2\.13', 'format':'xml'}, con.mapper_dict)
350 tests/test_functional/test_resources.py:150
351 $(@D)/tests/test_functional/test_resources.py:150: DeprecationWarning: invalid escape sequence \.
352 test_path('/people/user\.name', 'PUT')
354 tests/test_functional/test_resources.py:151
355 $(@D)/tests/test_functional/test_resources.py:151: DeprecationWarning: invalid escape sequence \.
356 eq_({'controller':'people', 'action':'update', 'id':'user\.name'}, con.mapper_dict)
358 tests/test_functional/test_resources.py:152
359 $(@D)/tests/test_functional/test_resources.py:152: DeprecationWarning: invalid escape sequence \.
360 test_path('/people/user\.\.\.name', 'PUT')
362 tests/test_functional/test_resources.py:153
363 $(@D)/tests/test_functional/test_resources.py:153: DeprecationWarning: invalid escape sequence \.
364 eq_({'controller':'people', 'action':'update', 'id':'user\.\.\.name'}, con.mapper_dict)
366 tests/test_functional/test_resources.py:154
367 $(@D)/tests/test_functional/test_resources.py:154: DeprecationWarning: invalid escape sequence \.
368 test_path('/people/user\.name\.has\.dots', 'PUT')
370 tests/test_functional/test_resources.py:155
371 $(@D)/tests/test_functional/test_resources.py:155: DeprecationWarning: invalid escape sequence \.
372 eq_({'controller':'people', 'action':'update', 'id':'user\.name\.has\.dots'}, con.mapper_dict)
374 tests/test_functional/test_resources.py:156
375 $(@D)/tests/test_functional/test_resources.py:156: DeprecationWarning: invalid escape sequence \.
376 test_path('/people/user\.name\.is\.something.xml', 'PUT')
378 tests/test_functional/test_resources.py:157
379 $(@D)/tests/test_functional/test_resources.py:157: DeprecationWarning: invalid escape sequence \.
380 eq_({'controller':'people', 'action':'update', 'id':'user\.name\.is\.something', 'format':'xml'}, con.mapper_dict)
382 tests/test_functional/test_resources.py:158
383 $(@D)/tests/test_functional/test_resources.py:158: DeprecationWarning: invalid escape sequence \.
384 test_path('/people/user\.name\.ends\.with\.dot\..xml', 'PUT')
386 tests/test_functional/test_resources.py:159
387 $(@D)/tests/test_functional/test_resources.py:159: DeprecationWarning: invalid escape sequence \.
388 eq_({'controller':'people', 'action':'update', 'id':'user\.name\.ends\.with\.dot\.', 'format':'xml'}, con.mapper_dict)
390 tests/test_functional/test_resources.py:160
391 $(@D)/tests/test_functional/test_resources.py:160: DeprecationWarning: invalid escape sequence \.
392 test_path('/people/user\.name\.ends\.with\.dot\.', 'PUT')
394 tests/test_functional/test_resources.py:161
395 $(@D)/tests/test_functional/test_resources.py:161: DeprecationWarning: invalid escape sequence \.
396 eq_({'controller':'people', 'action':'update', 'id':'user\.name\.ends\.with\.dot\.'}, con.mapper_dict)
398 tests/test_functional/test_resources.py:162
399 $(@D)/tests/test_functional/test_resources.py:162: DeprecationWarning: invalid escape sequence \.
400 test_path('/people/\.user\.name\.starts\.with\.dot', 'PUT')
402 tests/test_functional/test_resources.py:163
403 $(@D)/tests/test_functional/test_resources.py:163: DeprecationWarning: invalid escape sequence \.
404 eq_({'controller':'people', 'action':'update', 'id':'\.user\.name\.starts\.with\.dot'}, con.mapper_dict)
406 tests/test_functional/test_resources.py:164
407 $(@D)/tests/test_functional/test_resources.py:164: DeprecationWarning: invalid escape sequence \.
408 test_path('/people/user\.name.json', 'PUT')
410 tests/test_functional/test_resources.py:165
411 $(@D)/tests/test_functional/test_resources.py:165: DeprecationWarning: invalid escape sequence \.
412 eq_({'controller':'people', 'action':'update', 'id':'user\.name', 'format':'json'}, con.mapper_dict)
414 tests/test_functional/test_submapper.py:10
415 $(@D)/tests/test_functional/test_submapper.py:10: DeprecationWarning: invalid escape sequence \d
416 c = m.submapper(path_prefix='/entries', requirements=dict(id='\d+'))
418 tests/test_functional/test_submapper.py:25
419 $(@D)/tests/test_functional/test_submapper.py:25: DeprecationWarning: invalid escape sequence \d
420 requirements=dict(id='\d+'))
422 tests/test_functional/test_submapper.py:144
423 $(@D)/tests/test_functional/test_submapper.py:144: DeprecationWarning: invalid escape sequence \d
424 requirement=dict(id='\d+')
426 tests/test_functional/test_utils.py:13
427 tests/test_functional/test_utils.py:13
428 $(@D)/tests/test_functional/test_utils.py:13: DeprecationWarning: invalid escape sequence \d
429 requirements={'month':'\d{1,2}','day':'\d{1,2}'})
431 tests/test_functional/test_utils.py:742
432 tests/test_functional/test_utils.py:742
433 $(@D)/tests/test_functional/test_utils.py:742: DeprecationWarning: invalid escape sequence \d
434 requirements={'month':'\d{1,2}','day':'\d{1,2}'})
436 tests/test_functional/test_utils.py:925
437 $(@D)/tests/test_functional/test_utils.py:925: DeprecationWarning: invalid escape sequence \d
438 m.connect('articles/page/:page', controller='articles', action='index', requirements = {'page':'\d+'})
440 tests/test_functional/test_utils.py:928
441 tests/test_functional/test_utils.py:928
442 tests/test_functional/test_utils.py:928
443 $(@D)/tests/test_functional/test_utils.py:928: DeprecationWarning: invalid escape sequence \d
444 requirements = {'year':'\d{4}', 'month':'\d{1,2}','day':'\d{1,2}'})
446 tests/test_units/test_environment.py:9
447 tests/test_units/test_environment.py:9
448 $(@D)/tests/test_units/test_environment.py:9: DeprecationWarning: invalid escape sequence \d
449 requirements={'month':'\d{1,2}','day':'\d{1,2}'})
451 tests/test_functional/test_generation.py::TestGeneration::test_unicode_static
452 $(@D)/tests/test_functional/test_generation.py:645: DeprecationWarning: Please use assertTrue instead.
453 self.assert_(isinstance(url_for('google-jp', q=hoge), str))
455 tests/test_functional/test_generation.py::TestGeneration::test_unicode
456 $(@D)/tests/test_functional/test_generation.py:635: DeprecationWarning: Please use assertTrue instead.
457 self.assert_(isinstance(m.generate(hoge=hoge), str))
459 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
460 ======== 212 passed, 74 warnings ========