1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m pytest
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
5 cachedir: .tox/py$(PYV)/.pytest_cache
8 collecting ... collected 500 items
10 test/ext/test_babelplugin.py::PluginExtractTest::test_parse_python_expression PASSED
11 test/ext/test_babelplugin.py::PluginExtractTest::test_python_gettext_call PASSED
12 test/ext/test_babelplugin.py::PluginExtractTest::test_translator_comment PASSED
13 test/ext/test_babelplugin.py::MakoExtractTest::test_extract PASSED
14 test/ext/test_babelplugin.py::MakoExtractTest::test_extract_utf8 PASSED
15 test/ext/test_babelplugin.py::MakoExtractTest::test_extract_cp1251 PASSED
16 test/ext/test_linguaplugin.py::MakoExtractTest::test_extract PASSED
17 test/test_ast.py::AstParseTest::test_locate_identifiers PASSED
18 test/test_ast.py::AstParseTest::test_locate_identifiers_2 PASSED
19 test/test_ast.py::AstParseTest::test_locate_identifiers_3 PASSED
20 test/test_ast.py::AstParseTest::test_locate_identifiers_4 PASSED
21 test/test_ast.py::AstParseTest::test_locate_identifiers_5 PASSED
22 test/test_ast.py::AstParseTest::test_locate_identifiers_6 PASSED
23 test/test_ast.py::AstParseTest::test_locate_identifiers_7 PASSED
24 test/test_ast.py::AstParseTest::test_locate_identifiers_8 PASSED
25 test/test_ast.py::AstParseTest::test_locate_identifiers_9 PASSED
26 test/test_ast.py::AstParseTest::test_locate_identifiers_10 PASSED
27 test/test_ast.py::AstParseTest::test_locate_identifiers_11 PASSED
28 test/test_ast.py::AstParseTest::test_locate_identifiers_12 PASSED
29 test/test_ast.py::AstParseTest::test_locate_identifiers_13 PASSED
30 test/test_ast.py::AstParseTest::test_locate_identifiers_14 PASSED
31 test/test_ast.py::AstParseTest::test_locate_identifiers_16 PASSED
32 test/test_ast.py::AstParseTest::test_locate_identifiers_17 PASSED
33 test/test_ast.py::AstParseTest::test_locate_identifiers_18 PASSED
34 test/test_ast.py::AstParseTest::test_locate_identifiers_19 PASSED
35 test/test_ast.py::AstParseTest::test_locate_identifiers_20 PASSED
36 test/test_ast.py::AstParseTest::test_locate_identifiers_21 PASSED
37 test/test_ast.py::AstParseTest::test_no_global_imports PASSED
38 test/test_ast.py::AstParseTest::test_python_fragment PASSED
39 test/test_ast.py::AstParseTest::test_argument_list PASSED
40 test/test_ast.py::AstParseTest::test_function_decl PASSED
41 test/test_ast.py::AstParseTest::test_function_decl_2 PASSED
42 test/test_ast.py::AstParseTest::test_function_decl_3 PASSED
43 test/test_ast.py::AstParseTest::test_expr_generate PASSED
44 test/test_block.py::BlockTest::test_anonymous_block_namespace_raises PASSED
45 test/test_block.py::BlockTest::test_anonymous_block_in_call PASSED
46 test/test_block.py::BlockTest::test_named_block_in_call PASSED
47 test/test_block.py::BlockTest::test_name_collision_blocks_toplevel PASSED
48 test/test_block.py::BlockTest::test_name_collision_blocks_nested_block PASSED
49 test/test_block.py::BlockTest::test_name_collision_blocks_nested_def PASSED
50 test/test_block.py::BlockTest::test_name_collision_block_def_toplevel PASSED
51 test/test_block.py::BlockTest::test_name_collision_def_block_toplevel PASSED
52 test/test_block.py::BlockTest::test_named_block_renders PASSED
53 test/test_block.py::BlockTest::test_inherited_block_no_render PASSED
54 test/test_block.py::BlockTest::test_no_named_in_def PASSED
55 test/test_block.py::BlockTest::test_inherited_block_nested_both PASSED
56 test/test_block.py::BlockTest::test_inherited_block_nested_inner_only PASSED
57 test/test_block.py::BlockTest::test_noninherited_block_no_render PASSED
58 test/test_block.py::BlockTest::test_no_conflict_nested_one PASSED
59 test/test_block.py::BlockTest::test_nested_dupe_names_raise PASSED
60 test/test_block.py::BlockTest::test_two_levels_one PASSED
61 test/test_block.py::BlockTest::test_filter PASSED
62 test/test_block.py::BlockTest::test_anon_in_named PASSED
63 test/test_block.py::BlockTest::test_named_in_anon PASSED
64 test/test_block.py::BlockTest::test_anon_in_anon PASSED
65 test/test_block.py::BlockTest::test_named_in_named PASSED
66 test/test_block.py::BlockTest::test_iteration PASSED
67 test/test_block.py::BlockTest::test_conditional PASSED
68 test/test_block.py::BlockTest::test_block_overridden_by_def PASSED
69 test/test_block.py::BlockTest::test_def_overridden_by_block PASSED
70 test/test_block.py::BlockTest::test_block_args PASSED
71 test/test_block.py::BlockTest::test_block_variables_contextual PASSED
72 test/test_block.py::BlockTest::test_block_args_contextual PASSED
73 test/test_block.py::BlockTest::test_block_pageargs_contextual PASSED
74 test/test_block.py::BlockTest::test_block_pageargs PASSED
75 test/test_cache.py::CacheTest::test_def PASSED
76 test/test_cache.py::CacheTest::test_cache_enable PASSED
77 test/test_cache.py::CacheTest::test_nested_def PASSED
78 test/test_cache.py::CacheTest::test_page PASSED
79 test/test_cache.py::CacheTest::test_dynamic_key_with_context PASSED
80 test/test_cache.py::CacheTest::test_dynamic_key_with_funcargs PASSED
81 test/test_cache.py::CacheTest::test_dynamic_key_with_imports PASSED
82 test/test_cache.py::CacheTest::test_fileargs_implicit PASSED
83 test/test_cache.py::CacheTest::test_fileargs_deftag PASSED
84 test/test_cache.py::CacheTest::test_fileargs_pagetag PASSED
85 test/test_cache.py::CacheTest::test_args_complete PASSED
86 test/test_cache.py::CacheTest::test_fileargs_lookup PASSED
87 test/test_cache.py::CacheTest::test_buffered PASSED
88 test/test_cache.py::CacheTest::test_load_from_expired PASSED
89 test/test_cache.py::CacheTest::test_namespace_access PASSED
90 test/test_cache.py::CacheTest::test_lookup PASSED
91 test/test_cache.py::CacheTest::test_invalidate PASSED
92 test/test_cache.py::CacheTest::test_custom_args_def PASSED
93 test/test_cache.py::CacheTest::test_custom_args_block PASSED
94 test/test_cache.py::CacheTest::test_custom_args_page PASSED
95 test/test_cache.py::CacheTest::test_pass_context PASSED
96 test/test_cache.py::BeakerCacheTest::test_def SKIPPED (Beaker is
97 required for these tests.)
98 test/test_cache.py::BeakerCacheTest::test_cache_enable SKIPPED (Beaker
99 is required for these tests.)
100 test/test_cache.py::BeakerCacheTest::test_nested_def SKIPPED (Beaker is
101 required for these tests.)
102 test/test_cache.py::BeakerCacheTest::test_page SKIPPED (Beaker is
103 required for these tests.)
104 test/test_cache.py::BeakerCacheTest::test_dynamic_key_with_context SKIPPED
105 test/test_cache.py::BeakerCacheTest::test_dynamic_key_with_funcargs SKIPPED
106 test/test_cache.py::BeakerCacheTest::test_dynamic_key_with_imports SKIPPED
107 test/test_cache.py::BeakerCacheTest::test_fileargs_implicit SKIPPED
108 test/test_cache.py::BeakerCacheTest::test_fileargs_deftag SKIPPED
109 test/test_cache.py::BeakerCacheTest::test_fileargs_pagetag SKIPPED
110 test/test_cache.py::BeakerCacheTest::test_args_complete SKIPPED (Beaker
111 is required for these tests.)
112 test/test_cache.py::BeakerCacheTest::test_fileargs_lookup SKIPPED
113 test/test_cache.py::BeakerCacheTest::test_buffered SKIPPED (Beaker is
114 required for these tests.)
115 test/test_cache.py::BeakerCacheTest::test_load_from_expired SKIPPED
116 test/test_cache.py::BeakerCacheTest::test_namespace_access SKIPPED
117 test/test_cache.py::BeakerCacheTest::test_lookup SKIPPED (Beaker is
118 required for these tests.)
119 test/test_cache.py::BeakerCacheTest::test_invalidate SKIPPED (Beaker is
120 required for these tests.)
121 test/test_cache.py::BeakerCacheTest::test_custom_args_def SKIPPED
122 test/test_cache.py::BeakerCacheTest::test_custom_args_block SKIPPED
123 test/test_cache.py::BeakerCacheTest::test_custom_args_page SKIPPED
124 test/test_cache.py::BeakerCacheTest::test_pass_context SKIPPED (Beaker
125 is required for these tests.)
126 test/test_cache.py::BeakerCacheTest::test_cache_uses_current_context SKIPPED
127 test/test_cache.py::BeakerCacheTest::test_region SKIPPED (Beaker is
128 required for these tests.)
129 test/test_cache.py::DogpileCacheTest::test_def PASSED
130 test/test_cache.py::DogpileCacheTest::test_cache_enable PASSED
131 test/test_cache.py::DogpileCacheTest::test_nested_def PASSED
132 test/test_cache.py::DogpileCacheTest::test_page PASSED
133 test/test_cache.py::DogpileCacheTest::test_dynamic_key_with_context PASSED
134 test/test_cache.py::DogpileCacheTest::test_dynamic_key_with_funcargs PASSED
135 test/test_cache.py::DogpileCacheTest::test_dynamic_key_with_imports PASSED
136 test/test_cache.py::DogpileCacheTest::test_fileargs_implicit PASSED
137 test/test_cache.py::DogpileCacheTest::test_fileargs_deftag PASSED
138 test/test_cache.py::DogpileCacheTest::test_fileargs_pagetag PASSED
139 test/test_cache.py::DogpileCacheTest::test_args_complete PASSED
140 test/test_cache.py::DogpileCacheTest::test_fileargs_lookup PASSED
141 test/test_cache.py::DogpileCacheTest::test_buffered PASSED
142 test/test_cache.py::DogpileCacheTest::test_load_from_expired PASSED
143 test/test_cache.py::DogpileCacheTest::test_namespace_access PASSED
144 test/test_cache.py::DogpileCacheTest::test_lookup PASSED
145 test/test_cache.py::DogpileCacheTest::test_invalidate PASSED
146 test/test_cache.py::DogpileCacheTest::test_custom_args_def PASSED
147 test/test_cache.py::DogpileCacheTest::test_custom_args_block PASSED
148 test/test_cache.py::DogpileCacheTest::test_custom_args_page PASSED
149 test/test_cache.py::DogpileCacheTest::test_pass_context PASSED
150 test/test_cache.py::DogpileCacheTest::test_cache_uses_current_context PASSED
151 test/test_cache.py::DogpileCacheTest::test_region PASSED
152 test/test_call.py::CallTest::test_call PASSED
153 test/test_call.py::CallTest::test_compound_call PASSED
154 test/test_call.py::CallTest::test_new_syntax PASSED
155 test/test_call.py::CallTest::test_ccall_caller PASSED
156 test/test_call.py::CallTest::test_stack_pop PASSED
157 test/test_call.py::CallTest::test_conditional_call PASSED
158 test/test_call.py::CallTest::test_chained_call PASSED
159 test/test_call.py::CallTest::test_nested_call PASSED
160 test/test_call.py::CallTest::test_nested_call_2 PASSED
161 test/test_call.py::CallTest::test_nested_call_3 PASSED
162 test/test_call.py::CallTest::test_nested_call_4 PASSED
163 test/test_call.py::CallTest::test_chained_call_in_nested PASSED
164 test/test_call.py::CallTest::test_call_in_nested PASSED
165 test/test_call.py::CallTest::test_composed_def PASSED
166 test/test_call.py::CallTest::test_regular_defs PASSED
167 test/test_call.py::CallTest::test_call_in_nested_2 PASSED
168 test/test_call.py::SelfCacheTest::test_basic PASSED
169 test/test_cmd.py::CmdTest::test_stdin_success PASSED
170 test/test_cmd.py::CmdTest::test_stdin_syntax_err PASSED
171 test/test_cmd.py::CmdTest::test_stdin_rt_err PASSED
172 test/test_cmd.py::CmdTest::test_file_success PASSED
173 test/test_cmd.py::CmdTest::test_file_syntax_err PASSED
174 test/test_cmd.py::CmdTest::test_file_rt_err PASSED
175 test/test_cmd.py::CmdTest::test_file_notfound PASSED
176 test/test_decorators.py::DecoratorTest::test_toplevel PASSED
177 test/test_decorators.py::DecoratorTest::test_toplevel_contextual PASSED
178 test/test_decorators.py::DecoratorTest::test_nested PASSED
179 test/test_decorators.py::DecoratorTest::test_toplevel_decorated_name PASSED
180 test/test_decorators.py::DecoratorTest::test_nested_decorated_name PASSED
181 test/test_def.py::DefTest::test_def_noargs PASSED
182 test/test_def.py::DefTest::test_def_blankargs PASSED
183 test/test_def.py::DefTest::test_def_args PASSED
184 test/test_def.py::DefTest::test_def_py3k_args PASSED
185 test/test_def.py::DefTest::test_inter_def PASSED
186 test/test_def.py::DefTest::test_toplevel PASSED
187 test/test_def.py::DefTest::test_def_operations PASSED
188 test/test_def.py::ScopeTest::test_scope_one PASSED
189 test/test_def.py::ScopeTest::test_scope_two PASSED
190 test/test_def.py::ScopeTest::test_scope_four PASSED
191 test/test_def.py::ScopeTest::test_scope_five PASSED
192 test/test_def.py::ScopeTest::test_scope_six PASSED
193 test/test_def.py::ScopeTest::test_scope_seven PASSED
194 test/test_def.py::ScopeTest::test_scope_eight PASSED
195 test/test_def.py::ScopeTest::test_scope_nine PASSED
196 test/test_def.py::ScopeTest::test_scope_ten PASSED
197 test/test_def.py::ScopeTest::test_scope_eleven PASSED
198 test/test_def.py::ScopeTest::test_unbound_scope PASSED
199 test/test_def.py::ScopeTest::test_unbound_scope_two PASSED
200 test/test_def.py::ScopeTest::test_canget_kwargs PASSED
201 test/test_def.py::ScopeTest::test_inline_expression_from_arg_one PASSED
202 test/test_def.py::ScopeTest::test_interpret_expression_from_arg_two PASSED
203 test/test_def.py::NestedDefTest::test_nested_def PASSED
204 test/test_def.py::NestedDefTest::test_nested_2 PASSED
205 test/test_def.py::NestedDefTest::test_nested_with_args PASSED
206 test/test_def.py::NestedDefTest::test_nested_def_2 PASSED
207 test/test_def.py::NestedDefTest::test_nested_nested_def PASSED
208 test/test_def.py::NestedDefTest::test_nested_nested_def_2 PASSED
209 test/test_def.py::NestedDefTest::test_outer_scope PASSED
210 test/test_def.py::ExceptionTest::test_raise PASSED
211 test/test_def.py::ExceptionTest::test_handler PASSED
212 test/test_exceptions.py::ExceptionsTest::test_html_error_template PASSED
213 test/test_exceptions.py::ExceptionsTest::test_text_error_template PASSED
214 test/test_exceptions.py::ExceptionsTest::test_utf8_html_error_template_pygments PASSED
215 test/test_exceptions.py::ExceptionsTest::test_utf8_html_error_template_no_pygments PASSED
216 test/test_exceptions.py::ExceptionsTest::test_format_closures PASSED
217 test/test_exceptions.py::ExceptionsTest::test_py_utf8_html_error_template PASSED
218 test/test_exceptions.py::ExceptionsTest::test_py_unicode_error_html_error_template PASSED
219 test/test_exceptions.py::ExceptionsTest::test_format_exceptions_pygments PASSED
220 test/test_exceptions.py::ExceptionsTest::test_format_exceptions_no_pygments PASSED
221 test/test_exceptions.py::ExceptionsTest::test_utf8_format_exceptions_pygments PASSED
222 test/test_exceptions.py::ExceptionsTest::test_utf8_format_exceptions_no_pygments PASSED
223 test/test_exceptions.py::ExceptionsTest::test_mod_no_encoding PASSED
224 test/test_exceptions.py::ExceptionsTest::test_custom_tback PASSED
225 test/test_exceptions.py::ExceptionsTest::test_tback_no_trace_from_py_file PASSED
226 test/test_exceptions.py::ExceptionsTest::test_tback_trace_from_py_file PASSED
227 test/test_exceptions.py::ExceptionsTest::test_code_block_line_number PASSED
228 test/test_exceptions.py::ExceptionsTest::test_module_block_line_number PASSED
229 test/test_exceptions.py::ExceptionsTest::test_alternating_file_names PASSED
230 test/test_filters.py::FilterTest::test_basic PASSED
231 test/test_filters.py::FilterTest::test_expr PASSED
232 test/test_filters.py::FilterTest::test_convert_str PASSED
233 test/test_filters.py::FilterTest::test_quoting PASSED
234 test/test_filters.py::FilterTest::test_url_escaping PASSED
235 test/test_filters.py::FilterTest::test_entity PASSED
236 test/test_filters.py::FilterTest::test_def PASSED
237 test/test_filters.py::FilterTest::test_import PASSED
238 test/test_filters.py::FilterTest::test_import_2 PASSED
239 test/test_filters.py::FilterTest::test_encode_filter PASSED
240 test/test_filters.py::FilterTest::test_encode_filter_non_str PASSED
241 test/test_filters.py::FilterTest::test_custom_default PASSED
242 test/test_filters.py::FilterTest::test_global PASSED
243 test/test_filters.py::FilterTest::test_block_via_context PASSED
244 test/test_filters.py::FilterTest::test_def_via_context PASSED
245 test/test_filters.py::FilterTest::test_text_via_context PASSED
246 test/test_filters.py::FilterTest::test_nflag PASSED
247 test/test_filters.py::FilterTest::test_global_json PASSED
248 test/test_filters.py::FilterTest::test_non_expression PASSED
249 test/test_filters.py::FilterTest::test_builtins PASSED
250 test/test_filters.py::BufferTest::test_buffered_def PASSED
251 test/test_filters.py::BufferTest::test_unbuffered_def PASSED
252 test/test_filters.py::BufferTest::test_capture PASSED
253 test/test_filters.py::BufferTest::test_capture_exception PASSED
254 test/test_filters.py::BufferTest::test_buffered_exception PASSED
255 test/test_filters.py::BufferTest::test_capture_ccall PASSED
256 test/test_inheritance.py::InheritanceTest::test_basic PASSED
257 test/test_inheritance.py::InheritanceTest::test_multilevel_nesting PASSED
258 test/test_inheritance.py::InheritanceTest::test_includes PASSED
259 test/test_inheritance.py::InheritanceTest::test_namespaces PASSED
260 test/test_inheritance.py::InheritanceTest::test_pageargs PASSED
261 test/test_inheritance.py::InheritanceTest::test_pageargs_2 PASSED
262 test/test_inheritance.py::InheritanceTest::test_pageargs_err PASSED
263 test/test_inheritance.py::InheritanceTest::test_toplevel PASSED
264 test/test_inheritance.py::InheritanceTest::test_dynamic PASSED
265 test/test_inheritance.py::InheritanceTest::test_in_call PASSED
266 test/test_lexer.py::LexerTest::test_text_and_tag PASSED
267 test/test_lexer.py::LexerTest::test_unclosed_tag PASSED
268 test/test_lexer.py::LexerTest::test_onlyclosed_tag PASSED
269 test/test_lexer.py::LexerTest::test_noexpr_allowed PASSED
270 test/test_lexer.py::LexerTest::test_closing_tag_many_spaces PASSED
271 test/test_lexer.py::LexerTest::test_opening_tag_many_quotes PASSED
272 test/test_lexer.py::LexerTest::test_unmatched_tag PASSED
273 test/test_lexer.py::LexerTest::test_nonexistent_tag PASSED
274 test/test_lexer.py::LexerTest::test_wrongcase_tag PASSED
275 test/test_lexer.py::LexerTest::test_percent_escape PASSED
276 test/test_lexer.py::LexerTest::test_percent_escape2 PASSED
277 test/test_lexer.py::LexerTest::test_percent_escape_with_control_block PASSED
278 test/test_lexer.py::LexerTest::test_inline_percent PASSED
279 test/test_lexer.py::LexerTest::test_old_multiline_comment PASSED
280 test/test_lexer.py::LexerTest::test_text_tag PASSED
281 test/test_lexer.py::LexerTest::test_def_syntax PASSED
282 test/test_lexer.py::LexerTest::test_def_syntax_2 PASSED
283 test/test_lexer.py::LexerTest::test_whitespace_equals PASSED
284 test/test_lexer.py::LexerTest::test_ns_tag_closed PASSED
285 test/test_lexer.py::LexerTest::test_ns_tag_empty PASSED
286 test/test_lexer.py::LexerTest::test_ns_tag_open PASSED
287 test/test_lexer.py::LexerTest::test_expr_in_attribute PASSED
288 test/test_lexer.py::LexerTest::test_pagetag[,-48] PASSED
289 test/test_lexer.py::LexerTest::test_pagetag[-47] PASSED
290 test/test_lexer.py::LexerTest::test_nesting PASSED
291 test/test_lexer.py::LexerTest::test_code PASSED
292 test/test_lexer.py::LexerTest::test_code_and_tags PASSED
293 test/test_lexer.py::LexerTest::test_expression PASSED
294 test/test_lexer.py::LexerTest::test_tricky_expression PASSED
295 test/test_lexer.py::LexerTest::test_dict_expression_issue_400_regression PASSED
296 test/test_lexer.py::LexerTest::test_ampersand_issue_412 PASSED
297 test/test_lexer.py::LexerTest::test_tricky_code PASSED
298 test/test_lexer.py::LexerTest::test_tricky_code_2 PASSED
299 test/test_lexer.py::LexerTest::test_tricky_code_3 PASSED
300 test/test_lexer.py::LexerTest::test_tricky_code_4 PASSED
301 test/test_lexer.py::LexerTest::test_tricky_code_5 PASSED
302 test/test_lexer.py::LexerTest::test_tricky_code_6 PASSED
303 test/test_lexer.py::LexerTest::test_control_lines PASSED
304 test/test_lexer.py::LexerTest::test_control_lines_2 PASSED
305 test/test_lexer.py::LexerTest::test_long_control_lines PASSED
306 test/test_lexer.py::LexerTest::test_unmatched_control PASSED
307 test/test_lexer.py::LexerTest::test_unmatched_control_2 PASSED
308 test/test_lexer.py::LexerTest::test_unmatched_control_3 PASSED
309 test/test_lexer.py::LexerTest::test_ternary_control PASSED
310 test/test_lexer.py::LexerTest::test_integration PASSED
311 test/test_lexer.py::LexerTest::test_comment_after_statement PASSED
312 test/test_lexer.py::LexerTest::test_crlf PASSED
313 test/test_lexer.py::LexerTest::test_comments PASSED
314 test/test_lexer.py::LexerTest::test_docs PASSED
315 test/test_lexer.py::LexerTest::test_preprocess PASSED
316 test/test_lookup.py::LookupTest::test_basic PASSED
317 test/test_lookup.py::LookupTest::test_subdir PASSED
318 test/test_lookup.py::LookupTest::test_updir PASSED
319 test/test_lookup.py::LookupTest::test_directory_lookup PASSED
320 test/test_lookup.py::LookupTest::test_no_lookup PASSED
321 test/test_lookup.py::LookupTest::test_uri_adjust PASSED
322 test/test_lookup.py::LookupTest::test_uri_cache PASSED
323 test/test_lookup.py::LookupTest::test_check_not_found PASSED
324 test/test_lookup.py::LookupTest::test_dont_accept_relative_outside_of_root PASSED
325 test/test_lookup.py::LookupTest::test_checking_against_bad_filetype PASSED
326 test/test_loop.py::TestLoop::test__FOR_LOOP PASSED
327 test/test_loop.py::TestLoop::test_loop_demo PASSED
328 test/test_loop.py::TestLoop::test_nested_loops PASSED
329 test/test_loop.py::TestLoop::test_no_loop PASSED
330 test/test_loop.py::TestLoop::test_out_of_context_access PASSED
331 test/test_loop.py::TestLoop::test_parent_loops PASSED
332 test/test_loop.py::TestLoopStack::test__pop PASSED
333 test/test_loop.py::TestLoopStack::test__push PASSED
334 test/test_loop.py::TestLoopStack::test__top PASSED
335 test/test_loop.py::TestLoopStack::test_enter PASSED
336 test/test_loop.py::TestLoopStack::test_exit PASSED
337 test/test_loop.py::TestLoopContext::test___len__ PASSED
338 test/test_loop.py::TestLoopContext::test_cycle PASSED
339 test/test_loop.py::TestLoopContext::test_even PASSED
340 test/test_loop.py::TestLoopContext::test_first PASSED
341 test/test_loop.py::TestLoopContext::test_index PASSED
342 test/test_loop.py::TestLoopContext::test_last PASSED
343 test/test_loop.py::TestLoopContext::test_odd PASSED
344 test/test_loop.py::TestLoopContext::test_reverse_index PASSED
345 test/test_loop.py::TestLoopFlags::test_loop_disabled_template PASSED
346 test/test_loop.py::TestLoopFlags::test_loop_disabled_lookup PASSED
347 test/test_loop.py::TestLoopFlags::test_loop_disabled_override_template PASSED
348 test/test_loop.py::TestLoopFlags::test_loop_disabled_override_lookup PASSED
349 test/test_loop.py::TestLoopFlags::test_loop_enabled_override_template PASSED
350 test/test_loop.py::TestLoopFlags::test_loop_enabled_override_lookup PASSED
351 test/test_lru.py::LRUTest::testlru PASSED
352 test/test_namespace.py::NamespaceTest::test_inline_crossreference PASSED
353 test/test_namespace.py::NamespaceTest::test_inline_assignment PASSED
354 test/test_namespace.py::NamespaceTest::test_inline_arguments PASSED
355 test/test_namespace.py::NamespaceTest::test_inline_not_duped PASSED
356 test/test_namespace.py::NamespaceTest::test_dynamic PASSED
357 test/test_namespace.py::NamespaceTest::test_template PASSED
358 test/test_namespace.py::NamespaceTest::test_module PASSED
359 test/test_namespace.py::NamespaceTest::test_module_2 PASSED
360 test/test_namespace.py::NamespaceTest::test_module_imports PASSED
361 test/test_namespace.py::NamespaceTest::test_module_imports_2 PASSED
362 test/test_namespace.py::NamespaceTest::test_context PASSED
363 test/test_namespace.py::NamespaceTest::test_overload PASSED
364 test/test_namespace.py::NamespaceTest::test_getattr PASSED
365 test/test_namespace.py::NamespaceTest::test_in_def PASSED
366 test/test_namespace.py::NamespaceTest::test_in_remote_def PASSED
367 test/test_namespace.py::NamespaceTest::test_dont_pollute_self PASSED
368 test/test_namespace.py::NamespaceTest::test_inheritance PASSED
369 test/test_namespace.py::NamespaceTest::test_inheritance_two PASSED
370 test/test_namespace.py::NamespaceTest::test_attr PASSED
371 test/test_namespace.py::NamespaceTest::test_attr_raise PASSED
372 test/test_namespace.py::NamespaceTest::test_custom_tag_1 PASSED
373 test/test_namespace.py::NamespaceTest::test_custom_tag_2 PASSED
374 test/test_namespace.py::NamespaceTest::test_custom_tag_3 PASSED
375 test/test_namespace.py::NamespaceTest::test_custom_tag_case_sensitive PASSED
376 test/test_namespace.py::NamespaceTest::test_expr_grouping PASSED
377 test/test_namespace.py::NamespaceTest::test_ccall PASSED
378 test/test_namespace.py::NamespaceTest::test_ccall_2 PASSED
379 test/test_namespace.py::NamespaceTest::test_import PASSED
380 test/test_namespace.py::NamespaceTest::test_import_calledfromdef PASSED
381 test/test_namespace.py::NamespaceTest::test_closure_import PASSED
382 test/test_namespace.py::NamespaceTest::test_import_local PASSED
383 test/test_namespace.py::NamespaceTest::test_ccall_import PASSED
384 test/test_namespace.py::NamespaceTest::test_nonexistent_namespace_uri PASSED
385 test/test_pygen.py::GeneratePythonTest::test_generate_normal PASSED
386 test/test_pygen.py::GeneratePythonTest::test_generate_adjusted PASSED
387 test/test_pygen.py::GeneratePythonTest::test_generate_combo PASSED
388 test/test_pygen.py::GeneratePythonTest::test_multi_line PASSED
389 test/test_pygen.py::GeneratePythonTest::test_false_unindentor PASSED
390 test/test_pygen.py::GeneratePythonTest::test_backslash_line PASSED
391 test/test_pygen.py::WhitespaceTest::test_basic PASSED
392 test/test_pygen.py::WhitespaceTest::test_blank_lines PASSED
393 test/test_pygen.py::WhitespaceTest::test_open_quotes_with_pound PASSED
394 test/test_pygen.py::WhitespaceTest::test_quote_with_comments PASSED
395 test/test_pygen.py::WhitespaceTest::test_quotes_with_pound PASSED
396 test/test_pygen.py::WhitespaceTest::test_quotes PASSED
397 test/test_runtime.py::ContextTest::test_locals_kwargs PASSED
398 test/test_template.py::MiscTest::test_crlf_linebreaks PASSED
399 test/test_template.py::EncodingTest::test_escapes_html_tags PASSED
400 test/test_template.py::EncodingTest::test_unicode PASSED
401 test/test_template.py::EncodingTest::test_encoding_doesnt_conflict PASSED
402 test/test_template.py::EncodingTest::test_unicode_arg PASSED
403 test/test_template.py::EncodingTest::test_unicode_file PASSED
404 test/test_template.py::EncodingTest::test_unicode_file_code PASSED
405 test/test_template.py::EncodingTest::test_unicode_file_lookup PASSED
406 test/test_template.py::EncodingTest::test_unicode_bom PASSED
407 test/test_template.py::EncodingTest::test_unicode_memory PASSED
408 test/test_template.py::EncodingTest::test_unicode_text PASSED
409 test/test_template.py::EncodingTest::test_unicode_text_ccall PASSED
410 test/test_template.py::EncodingTest::test_unicode_literal_in_expr PASSED
411 test/test_template.py::EncodingTest::test_unicode_literal_in_expr_file PASSED
412 test/test_template.py::EncodingTest::test_unicode_literal_in_code PASSED
413 test/test_template.py::EncodingTest::test_unicode_literal_in_controlline PASSED
414 test/test_template.py::EncodingTest::test_unicode_literal_in_tag PASSED
415 test/test_template.py::EncodingTest::test_unicode_literal_in_def PASSED
416 test/test_template.py::EncodingTest::test_input_encoding PASSED
417 test/test_template.py::EncodingTest::test_encoding PASSED
418 test/test_template.py::EncodingTest::test_encoding_errors PASSED
419 test/test_template.py::EncodingTest::test_read_unicode PASSED
420 test/test_template.py::PageArgsTest::test_basic PASSED
421 test/test_template.py::PageArgsTest::test_inherits PASSED
422 test/test_template.py::PageArgsTest::test_includes PASSED
423 test/test_template.py::PageArgsTest::test_context_small PASSED
424 test/test_template.py::PageArgsTest::test_with_context PASSED
425 test/test_template.py::PageArgsTest::test_overrides_builtins PASSED
426 test/test_template.py::PageArgsTest::test_canuse_builtin_names PASSED
427 test/test_template.py::PageArgsTest::test_builtin_names_dont_clobber_defaults_in_includes PASSED
428 test/test_template.py::PageArgsTest::test_dict_locals PASSED
429 test/test_template.py::IncludeTest::test_basic PASSED
430 test/test_template.py::IncludeTest::test_localargs PASSED
431 test/test_template.py::IncludeTest::test_viakwargs PASSED
432 test/test_template.py::IncludeTest::test_include_withargs PASSED
433 test/test_template.py::IncludeTest::test_within_ccall PASSED
434 test/test_template.py::IncludeTest::test_include_error_handler PASSED
435 test/test_template.py::UndefinedVarsTest::test_undefined PASSED
436 test/test_template.py::UndefinedVarsTest::test_strict PASSED
437 test/test_template.py::UndefinedVarsTest::test_expression_declared PASSED
438 test/test_template.py::UndefinedVarsTest::test_list_comprehensions_plus_undeclared_nonstrict PASSED
439 test/test_template.py::UndefinedVarsTest::test_traditional_assignment_plus_undeclared PASSED
440 test/test_template.py::UndefinedVarsTest::test_list_comprehensions_plus_undeclared_strict PASSED
441 test/test_template.py::UndefinedVarsTest::test_dict_comprehensions_in_function_plus_undeclared_strict PASSED
442 test/test_template.py::StopRenderingTest::test_return_in_template PASSED
443 test/test_template.py::ReservedNameTest::test_names_on_context PASSED
444 test/test_template.py::ReservedNameTest::test_names_in_template PASSED
445 test/test_template.py::ReservedNameTest::test_exclude_loop_context PASSED
446 test/test_template.py::ReservedNameTest::test_exclude_loop_template PASSED
447 test/test_template.py::ControlTest::test_control PASSED
448 test/test_template.py::ControlTest::test_blank_control_1 PASSED
449 test/test_template.py::ControlTest::test_blank_control_2 PASSED
450 test/test_template.py::ControlTest::test_blank_control_3 PASSED
451 test/test_template.py::ControlTest::test_blank_control_4 PASSED
452 test/test_template.py::ControlTest::test_blank_control_5 PASSED
453 test/test_template.py::ControlTest::test_blank_control_6 PASSED
454 test/test_template.py::ControlTest::test_blank_control_7 PASSED
455 test/test_template.py::ControlTest::test_blank_control_8 PASSED
456 test/test_template.py::ControlTest::test_blank_control_9 PASSED
457 test/test_template.py::ControlTest::test_blank_control_10 PASSED
458 test/test_template.py::ControlTest::test_blank_control_11 PASSED
459 test/test_template.py::ControlTest::test_commented_blank_control_1 PASSED
460 test/test_template.py::ControlTest::test_commented_blank_control_2 PASSED
461 test/test_template.py::ControlTest::test_commented_blank_control_3 PASSED
462 test/test_template.py::ControlTest::test_commented_blank_control_4 PASSED
463 test/test_template.py::ControlTest::test_commented_blank_control_5 PASSED
464 test/test_template.py::ControlTest::test_commented_blank_control_6 PASSED
465 test/test_template.py::ControlTest::test_commented_blank_control_7 PASSED
466 test/test_template.py::ControlTest::test_commented_blank_control_8 PASSED
467 test/test_template.py::ControlTest::test_commented_blank_control_9 PASSED
468 test/test_template.py::ControlTest::test_commented_blank_control_10 PASSED
469 test/test_template.py::ControlTest::test_multiline_control PASSED
470 test/test_template.py::GlobalsTest::test_globals PASSED
471 test/test_template.py::RichTracebackTest::test_utf8_memory_syntax PASSED
472 test/test_template.py::RichTracebackTest::test_utf8_memory_runtime PASSED
473 test/test_template.py::RichTracebackTest::test_utf8_file_syntax PASSED
474 test/test_template.py::RichTracebackTest::test_utf8_file_runtime PASSED
475 test/test_template.py::RichTracebackTest::test_unicode_memory_syntax PASSED
476 test/test_template.py::RichTracebackTest::test_unicode_memory_runtime PASSED
477 test/test_template.py::RichTracebackTest::test_unicode_file_syntax PASSED
478 test/test_template.py::RichTracebackTest::test_unicode_file_runtime PASSED
479 test/test_template.py::ModuleDirTest::test_basic PASSED
480 test/test_template.py::ModuleDirTest::test_callable PASSED
481 test/test_template.py::ModuleDirTest::test_custom_writer PASSED
482 test/test_template.py::FilenameToURITest::test_windows_paths PASSED
483 test/test_template.py::FilenameToURITest::test_posix_paths PASSED
484 test/test_template.py::FilenameToURITest::test_dont_accept_relative_outside_of_root PASSED
485 test/test_template.py::ModuleTemplateTest::test_module_roundtrip PASSED
486 test/test_template.py::TestTemplateAPI::test_metadata PASSED
487 test/test_template.py::TestTemplateAPI::test_metadata_two PASSED
488 test/test_template.py::PreprocessTest::test_old_comments PASSED
489 test/test_template.py::LexerTest::test_via_template PASSED
490 test/test_template.py::LexerTest::test_via_lookup PASSED
491 test/test_template.py::FuturesTest::test_future_import PASSED
492 test/test_template.py::EscapeTest::test_percent_escape PASSED
493 test/test_template.py::EscapeTest::test_percent_escape2 PASSED
494 test/test_template.py::EscapeTest::test_inline_percent PASSED
495 test/test_template.py::EscapeTest::test_listcomp_in_func_strict PASSED
496 test/test_template.py::EscapeTest::test_setcomp_in_func_strict PASSED
497 test/test_template.py::EscapeTest::test_generator_in_func_strict PASSED
498 test/test_template.py::EscapeTest::test_dictcomp_in_func_strict PASSED
499 test/test_tgplugin.py::TestTGPlugin::test_basic PASSED
500 test/test_tgplugin.py::TestTGPlugin::test_subdir PASSED
501 test/test_tgplugin.py::TestTGPlugin::test_basic_dot PASSED
502 test/test_tgplugin.py::TestTGPlugin::test_subdir_dot PASSED
503 test/test_tgplugin.py::TestTGPlugin::test_string PASSED
504 test/test_tgplugin.py::TestTGPlugin::test_render PASSED
505 test/test_util.py::UtilTest::test_fast_buffer_write PASSED
506 test/test_util.py::UtilTest::test_fast_buffer_truncate PASSED
507 test/test_util.py::UtilTest::test_fast_buffer_encoded PASSED
508 test/test_util.py::UtilTest::test_read_file PASSED
509 test/test_util.py::UtilTest::test_load_module PASSED
510 test/test_util.py::UtilTest::test_load_plugin_failure PASSED
511 test/testing/test_config.py::BasicConfigTest::test_coercions PASSED
512 test/testing/test_config.py::BasicConfigTest::test_values PASSED
513 test/testing/test_config.py::BasicConfigTest::test_error_on_loading_from_nonexistent_file PASSED
514 test/testing/test_config.py::BasicConfigTest::test_error_on_loading_from_nonexistent_section PASSED
515 test/testing/test_config.py::BooleanConfigTest::test_values PASSED
516 test/testing/test_config.py::UnsupportedTypesConfigTest::test_values PASSED
517 test/testing/test_config.py::SupportedTypesConfigTest::test_values PASSED
518 test/testing/test_config.py::TypeMismatchConfigTest::test_error_on_load PASSED
519 test/testing/test_config.py::MissingItemConfigTest::test_error_on_load PASSED
521 =============================== warnings summary ===============================
522 test/ext/test_linguaplugin.py::MakoExtractTest::test_extract
523 $(PYTHON_DIR)/vendor-packages/lingua/extractors/__init__.py:2: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
524 from pkg_resources import DistributionNotFound
526 test/ext/test_linguaplugin.py: 16 warnings
527 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3154: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zope')`.
528 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
529 declare_namespace(pkg)
531 test/ext/test_linguaplugin.py::MakoExtractTest::test_extract
532 test/ext/test_linguaplugin.py::MakoExtractTest::test_extract
533 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3154: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('paste')`.
534 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
535 declare_namespace(pkg)
537 test/ext/test_linguaplugin.py::MakoExtractTest::test_extract
538 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3154: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('flufl')`.
539 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
540 declare_namespace(pkg)
542 test/ext/test_linguaplugin.py::MakoExtractTest::test_extract
543 test/ext/test_linguaplugin.py::MakoExtractTest::test_extract
544 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3154: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze')`.
545 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
546 declare_namespace(pkg)
548 test/ext/test_linguaplugin.py::MakoExtractTest::test_extract
549 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3154: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze.sphinx')`.
550 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
551 declare_namespace(pkg)
553 test/ext/test_linguaplugin.py::MakoExtractTest::test_extract
554 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:2563: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('repoze')`.
555 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
556 declare_namespace(parent)
558 test/ext/test_linguaplugin.py::MakoExtractTest::test_extract
559 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3154: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('sphinxcontrib')`.
560 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
561 declare_namespace(pkg)
563 test/ext/test_linguaplugin.py::MakoExtractTest::test_extract
564 $(PYTHON_DIR)/vendor-packages/pkg_resources/__init__.py:3154: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('zc')`.
565 Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
566 declare_namespace(pkg)
568 -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
569 ======== 477 passed, 23 skipped, 26 warnings ========