py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m py.test -W error ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) collecting ... collected 202 items tests/test_calc.py::test_memoize PASSED tests/test_calc.py::test_memoize_args_kwargs PASSED tests/test_calc.py::test_memoize_memory PASSED tests/test_calc.py::test_memoize_key_func PASSED tests/test_calc.py::test_make_lookuper PASSED tests/test_calc.py::test_make_lookuper_nested PASSED tests/test_calc.py::test_silent_lookuper PASSED tests/test_calc.py::test_silnent_lookuper_nested PASSED tests/test_calc.py::test_cache[int] PASSED tests/test_calc.py::test_cache[timedelta] PASSED tests/test_calc.py::test_cache_mixed_args PASSED tests/test_calc.py::test_cache_timedout PASSED tests/test_calc.py::test_cache_invalidate PASSED tests/test_colls.py::test_empty PASSED tests/test_colls.py::test_empty_iter PASSED tests/test_colls.py::test_empty_quirks PASSED tests/test_colls.py::test_iteritems PASSED tests/test_colls.py::test_itervalues PASSED tests/test_colls.py::test_merge PASSED tests/test_colls.py::test_join PASSED tests/test_colls.py::test_join_iter PASSED tests/test_colls.py::test_merge_with PASSED tests/test_colls.py::test_join_with PASSED tests/test_colls.py::test_walk PASSED tests/test_colls.py::test_walk_iter PASSED tests/test_colls.py::test_walk_extended PASSED tests/test_colls.py::test_walk_keys PASSED tests/test_colls.py::test_walk_values PASSED tests/test_colls.py::test_walk_values_defaultdict PASSED tests/test_colls.py::test_select PASSED tests/test_colls.py::test_select_extended PASSED tests/test_colls.py::test_select_keys PASSED tests/test_colls.py::test_select_values PASSED tests/test_colls.py::test_compact PASSED tests/test_colls.py::test_is_distinct PASSED tests/test_colls.py::test_all PASSED tests/test_colls.py::test_all_extended PASSED tests/test_colls.py::test_any PASSED tests/test_colls.py::test_one PASSED tests/test_colls.py::test_none PASSED tests/test_colls.py::test_some PASSED tests/test_colls.py::test_zipdict PASSED tests/test_colls.py::test_flip PASSED tests/test_colls.py::test_project PASSED tests/test_colls.py::test_omit PASSED tests/test_colls.py::test_zip_values PASSED tests/test_colls.py::test_zip_dicts PASSED tests/test_colls.py::test_get[get_in] PASSED tests/test_colls.py::test_get[get_lax] PASSED tests/test_colls.py::test_get_list[get_in] PASSED tests/test_colls.py::test_get_list[get_lax] PASSED tests/test_colls.py::test_get_error PASSED tests/test_colls.py::test_set_in PASSED tests/test_colls.py::test_set_in_list PASSED tests/test_colls.py::test_update_in PASSED tests/test_colls.py::test_del_in PASSED tests/test_colls.py::test_has_path PASSED tests/test_colls.py::test_has_path_list PASSED tests/test_colls.py::test_where PASSED tests/test_colls.py::test_lwhere PASSED tests/test_colls.py::test_pluck PASSED tests/test_colls.py::test_pluck_attr PASSED tests/test_colls.py::test_invoke PASSED tests/test_debug.py::test_tap PASSED tests/test_debug.py::test_log_calls PASSED tests/test_debug.py::test_print_calls PASSED tests/test_debug.py::test_log_calls_raise PASSED tests/test_debug.py::test_log_errors PASSED tests/test_debug.py::test_log_errors_manager PASSED tests/test_debug.py::test_print_errors PASSED tests/test_debug.py::test_print_errors_manager PASSED tests/test_debug.py::test_print_errors_recursion PASSED tests/test_debug.py::test_log_durations PASSED tests/test_debug.py::test_log_durations_ex PASSED tests/test_debug.py::test_log_iter_dirations PASSED tests/test_decorators.py::test_decorator_no_args PASSED tests/test_decorators.py::test_decorator_with_args PASSED tests/test_decorators.py::test_decorator_kw_only_args PASSED tests/test_decorators.py::test_decorator_access_args PASSED tests/test_decorators.py::test_double_decorator_defaults PASSED tests/test_decorators.py::test_decorator_with_method PASSED tests/test_decorators.py::test_decorator_with_method_descriptor PASSED tests/test_decorators.py::test_chain_arg_access PASSED tests/test_decorators.py::test_meta_attribtes PASSED tests/test_decorators.py::test_decorator_introspection PASSED tests/test_flow.py::test_silent PASSED tests/test_flow.py::test_ignore PASSED tests/test_flow.py::test_raiser PASSED tests/test_flow.py::test_suppress PASSED tests/test_flow.py::test_reraise PASSED tests/test_flow.py::test_retry PASSED tests/test_flow.py::test_retry_timeout PASSED tests/test_flow.py::test_retry_many_errors PASSED tests/test_flow.py::test_retry_filter PASSED tests/test_flow.py::test_fallback PASSED tests/test_flow.py::test_limit_error_rate PASSED tests/test_flow.py::test_throttle[int] PASSED tests/test_flow.py::test_throttle[timedelta] PASSED tests/test_flow.py::test_throttle_class PASSED tests/test_flow.py::test_post_processing PASSED tests/test_flow.py::test_collecting PASSED tests/test_flow.py::test_once PASSED tests/test_flow.py::test_once_per PASSED tests/test_flow.py::test_once_per_args PASSED tests/test_flow.py::test_wrap_with PASSED tests/test_funcmakers.py::test_callable PASSED tests/test_funcmakers.py::test_int PASSED tests/test_funcmakers.py::test_slice PASSED tests/test_funcmakers.py::test_str PASSED tests/test_funcmakers.py::test_dict PASSED tests/test_funcmakers.py::test_set PASSED tests/test_funcolls.py::test_all_fn PASSED tests/test_funcolls.py::test_any_fn PASSED tests/test_funcolls.py::test_none_fn PASSED tests/test_funcolls.py::test_one_fn PASSED tests/test_funcolls.py::test_some_fn PASSED tests/test_funcolls.py::test_extended_fns PASSED tests/test_funcs.py::test_caller PASSED tests/test_funcs.py::test_constantly PASSED tests/test_funcs.py::test_partial PASSED tests/test_funcs.py::test_func_partial PASSED tests/test_funcs.py::test_rpartial PASSED tests/test_funcs.py::test_curry PASSED tests/test_funcs.py::test_curry_funcy PASSED tests/test_funcs.py::test_rcurry PASSED tests/test_funcs.py::test_autocurry PASSED tests/test_funcs.py::test_autocurry_named PASSED tests/test_funcs.py::test_autocurry_kwargs PASSED tests/test_funcs.py::test_autocurry_kwonly PASSED tests/test_funcs.py::test_autocurry_posonly PASSED tests/test_funcs.py::test_autocurry_builtin PASSED tests/test_funcs.py::test_autocurry_hard PASSED tests/test_funcs.py::test_autocurry_class PASSED tests/test_funcs.py::test_autocurry_docstring PASSED tests/test_funcs.py::test_compose PASSED tests/test_funcs.py::test_rcompose PASSED tests/test_funcs.py::test_complement PASSED tests/test_funcs.py::test_juxt PASSED tests/test_funcs.py::test_iffy PASSED tests/test_interface.py::test_docs PASSED tests/test_objects.py::test_cached_property PASSED tests/test_objects.py::test_cached_property_doc PASSED tests/test_objects.py::test_cached_readonly PASSED tests/test_objects.py::test_wrap_prop PASSED tests/test_objects.py::test_monkey PASSED tests/test_objects.py::test_monkey_with_name PASSED tests/test_objects.py::test_monkey_property PASSED tests/test_objects.py::test_monkey_module PASSED tests/test_objects.py::test_lazy_object PASSED tests/test_seqs.py::test_repeatedly PASSED tests/test_seqs.py::test_iterate PASSED tests/test_seqs.py::test_take PASSED tests/test_seqs.py::test_drop PASSED tests/test_seqs.py::test_first PASSED tests/test_seqs.py::test_second PASSED tests/test_seqs.py::test_last PASSED tests/test_seqs.py::test_nth PASSED tests/test_seqs.py::test_butlast PASSED tests/test_seqs.py::test_ilen PASSED tests/test_seqs.py::test_lmap PASSED tests/test_seqs.py::test_filter PASSED tests/test_seqs.py::test_remove PASSED tests/test_seqs.py::test_keep PASSED tests/test_seqs.py::test_concat PASSED tests/test_seqs.py::test_cat PASSED tests/test_seqs.py::test_flatten PASSED tests/test_seqs.py::test_flatten_follow PASSED tests/test_seqs.py::test_mapcat PASSED tests/test_seqs.py::test_interleave PASSED tests/test_seqs.py::test_iterpose PASSED tests/test_seqs.py::test_takewhile PASSED tests/test_seqs.py::test_distinct PASSED tests/test_seqs.py::test_split PASSED tests/test_seqs.py::test_lsplit PASSED tests/test_seqs.py::test_split_at PASSED tests/test_seqs.py::test_split_by PASSED tests/test_seqs.py::test_group_by PASSED tests/test_seqs.py::test_group_by_keys PASSED tests/test_seqs.py::test_group_values PASSED tests/test_seqs.py::test_count_by PASSED tests/test_seqs.py::test_count_by_is_defaultdict PASSED tests/test_seqs.py::test_count_reps PASSED tests/test_seqs.py::test_partition PASSED tests/test_seqs.py::test_chunks PASSED tests/test_seqs.py::test_partition_by PASSED tests/test_seqs.py::test_with_prev PASSED tests/test_seqs.py::test_with_next PASSED tests/test_seqs.py::test_pairwise PASSED tests/test_seqs.py::test_lzip PASSED tests/test_seqs.py::test_lzip_strict PASSED tests/test_seqs.py::test_reductions PASSED tests/test_seqs.py::test_sums PASSED tests/test_seqs.py::test_without PASSED tests/test_strings.py::test_re_find PASSED tests/test_strings.py::test_re_all PASSED tests/test_strings.py::test_str_join PASSED tests/test_strings.py::test_cut_prefix PASSED tests/test_strings.py::test_cut_suffix PASSED tests/test_tree.py::test_tree_leaves PASSED tests/test_tree.py::test_tree_nodes PASSED tests/test_types.py::test_iterable PASSED tests/test_types.py::test_is_iter PASSED ======== 202 passed ======== py$(PYV): OK congratulations :)