py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python tests.py test_at_addrs (__main__.AtAddrsTest) ... ok test_long_type_names (__main__.ByTypeTest) ... ok test_new_garbage (__main__.ByTypeTest) ... ok test_long_type_names (__main__.CountTest) ... ok test_no_new_reference_cycles (__main__.CountTest) ... ok test_no_chain (__main__.FindChainTest) ... ok test_get_new_ids (__main__.GetNewIdsTest) ... ok test_get_new_ids_long_typename (__main__.GetNewIdsTest) ... ok test_get_new_ids_skip_update (__main__.GetNewIdsTest) ... ok test_growth (__main__.GrowthTest) ... ok test_show_growth_custom_peak_stats (__main__.GrowthTest) ... ok test_present_dot (__main__.PresentGraphTest) ... ok test_present_no_xdot (__main__.PresentGraphTest) ... ok test_present_no_xdot_and_no_not (__main__.PresentGraphTest) ... ok test_present_png (__main__.PresentGraphTest) ... ok test_present_png_failure (__main__.PresentGraphTest) ... ok test_present_png_no_dot (__main__.PresentGraphTest) ... ok test_present_xdot (__main__.PresentGraphTest) ... ok test_basic_file_output (__main__.ShowGraphTest) ... ok test_cull_func (__main__.ShowGraphTest) ... ok test_filename_and_output (__main__.ShowGraphTest) ... ok test_ipython (__main__.ShowGraphTest) ... ok test_simple_chain (__main__.ShowGraphTest) ... ok test_with_extra_node_attrs (__main__.ShowGraphTest) ... ok test_edge_label_bound_method (__main__.StringRepresentationTest) ... ok test_edge_label_frame_globals (__main__.StringRepresentationTest) ... ok test_edge_label_long_type_names (__main__.StringRepresentationTest) ... ok test_edge_label_unbound_method (__main__.StringRepresentationTest) ... skipped 'Python 3 has no unbound methods' test_gradient_empty (__main__.StringRepresentationTest) ... ok test_long_typename_with_no_module (__main__.StringRepresentationTest) ... ok test_obj_attrs (__main__.StringRepresentationTest) ... ok test_obj_label_long_type_name (__main__.StringRepresentationTest) ... ok test_safe_repr (__main__.StringRepresentationTest) ... ok test_short_repr_frame (__main__.StringRepresentationTest) ... ok test_short_repr_function (__main__.StringRepresentationTest) ... ok test_short_repr_lambda (__main__.StringRepresentationTest) ... ok test_short_repr_magic_mocked_name (__main__.StringRepresentationTest) ... ok test_short_repr_mock_with_spec (__main__.StringRepresentationTest) ... ok test_short_repr_mocked_instance_method (__main__.StringRepresentationTest) ... ok test_short_repr_mocked_instance_method_bound (__main__.StringRepresentationTest) ... ok test_short_repr_mocked_instance_method_bound_with_mocked_name (__main__.StringRepresentationTest) ... ok test_short_repr_mocked_name (__main__.StringRepresentationTest) ... ok test_short_repr_unbound_method (__main__.StringRepresentationTest) ... skipped 'Python 3 has no unbound methods' test_with_filter (__main__.TypestatsFilterArguTest) ... ok test_without_filter (__main__.TypestatsFilterArguTest) ... ok test_long_type_names (__main__.TypestatsTest) ... ok test_no_new_reference_cycles (__main__.TypestatsTest) ... ok $(@D)/docs/CHANGES.txt Doctest: CHANGES.txt ... ok $(@D)/docs/HACKING.txt Doctest: HACKING.txt ... ok $(@D)/docs/chain.txt Doctest: chain.txt ... ok $(@D)/docs/extra-info.txt Doctest: extra-info.txt ... ok $(@D)/docs/generator-sample.txt Doctest: generator-sample.txt ... ok $(@D)/docs/highlighting.txt Doctest: highlighting.txt ... ok $(@D)/docs/index.txt Doctest: index.txt ... ok $(@D)/docs/objgraph.txt Doctest: objgraph.txt ... ok $(@D)/docs/quoting.txt Doctest: quoting.txt ... ok $(@D)/docs/references.txt Doctest: references.txt ... ok doctest_get_new_ids_prints (__main__) Doctest: __main__.doctest_get_new_ids_prints ... ok doctest_setup_py_works (__main__) Doctest: __main__.doctest_setup_py_works ... ok ---------------------------------------------------------------------- Ran 59 tests OK (skipped=2) py$(PYV): OK congratulations :)