Obsolete VTE pre-2.91 ABI
[oi-userland.git] / components / python / objgraph / test / results-all.master
blob1ca55e0510996196809866d099c3d919fd1e7a17
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python tests.py
3 test_at_addrs (__main__.AtAddrsTest) ... ok
4 test_long_type_names (__main__.ByTypeTest) ... ok
5 test_new_garbage (__main__.ByTypeTest) ... ok
6 test_long_type_names (__main__.CountTest) ... ok
7 test_no_new_reference_cycles (__main__.CountTest) ... ok
8 test_no_chain (__main__.FindChainTest) ... ok
9 test_get_new_ids (__main__.GetNewIdsTest) ... ok
10 test_get_new_ids_long_typename (__main__.GetNewIdsTest) ... ok
11 test_get_new_ids_skip_update (__main__.GetNewIdsTest) ... ok
12 test_growth (__main__.GrowthTest) ... ok
13 test_show_growth_custom_peak_stats (__main__.GrowthTest) ... ok
14 test_present_dot (__main__.PresentGraphTest) ... ok
15 test_present_no_xdot (__main__.PresentGraphTest) ... ok
16 test_present_no_xdot_and_no_not (__main__.PresentGraphTest) ... ok
17 test_present_png (__main__.PresentGraphTest) ... ok
18 test_present_png_failure (__main__.PresentGraphTest) ... ok
19 test_present_png_no_dot (__main__.PresentGraphTest) ... ok
20 test_present_xdot (__main__.PresentGraphTest) ... ok
21 test_basic_file_output (__main__.ShowGraphTest) ... ok
22 test_cull_func (__main__.ShowGraphTest) ... ok
23 test_filename_and_output (__main__.ShowGraphTest) ... ok
24 test_ipython (__main__.ShowGraphTest) ... ok
25 test_simple_chain (__main__.ShowGraphTest) ... ok
26 test_with_extra_node_attrs (__main__.ShowGraphTest) ... ok
27 test_edge_label_bound_method (__main__.StringRepresentationTest) ... ok
28 test_edge_label_frame_globals (__main__.StringRepresentationTest) ... ok
29 test_edge_label_long_type_names (__main__.StringRepresentationTest) ... ok
30 test_edge_label_unbound_method (__main__.StringRepresentationTest) ... skipped 'Python 3 has no unbound methods'
31 test_gradient_empty (__main__.StringRepresentationTest) ... ok
32 test_long_typename_with_no_module (__main__.StringRepresentationTest) ... ok
33 test_obj_attrs (__main__.StringRepresentationTest) ... ok
34 test_obj_label_long_type_name (__main__.StringRepresentationTest) ... ok
35 test_safe_repr (__main__.StringRepresentationTest) ... ok
36 test_short_repr_frame (__main__.StringRepresentationTest) ... ok
37 test_short_repr_function (__main__.StringRepresentationTest) ... ok
38 test_short_repr_lambda (__main__.StringRepresentationTest) ... ok
39 test_short_repr_magic_mocked_name (__main__.StringRepresentationTest) ... ok
40 test_short_repr_mock_with_spec (__main__.StringRepresentationTest) ... ok
41 test_short_repr_mocked_instance_method (__main__.StringRepresentationTest) ... ok
42 test_short_repr_mocked_instance_method_bound (__main__.StringRepresentationTest) ... ok
43 test_short_repr_mocked_instance_method_bound_with_mocked_name (__main__.StringRepresentationTest) ... ok
44 test_short_repr_mocked_name (__main__.StringRepresentationTest) ... ok
45 test_short_repr_unbound_method (__main__.StringRepresentationTest) ... skipped 'Python 3 has no unbound methods'
46 test_with_filter (__main__.TypestatsFilterArguTest) ... ok
47 test_without_filter (__main__.TypestatsFilterArguTest) ... ok
48 test_long_type_names (__main__.TypestatsTest) ... ok
49 test_no_new_reference_cycles (__main__.TypestatsTest) ... ok
50 $(@D)/docs/CHANGES.txt
51 Doctest: CHANGES.txt ... ok
52 $(@D)/docs/HACKING.txt
53 Doctest: HACKING.txt ... ok
54 $(@D)/docs/chain.txt
55 Doctest: chain.txt ... ok
56 $(@D)/docs/extra-info.txt
57 Doctest: extra-info.txt ... ok
58 $(@D)/docs/generator-sample.txt
59 Doctest: generator-sample.txt ... ok
60 $(@D)/docs/highlighting.txt
61 Doctest: highlighting.txt ... ok
62 $(@D)/docs/index.txt
63 Doctest: index.txt ... ok
64 $(@D)/docs/objgraph.txt
65 Doctest: objgraph.txt ... ok
66 $(@D)/docs/quoting.txt
67 Doctest: quoting.txt ... ok
68 $(@D)/docs/references.txt
69 Doctest: references.txt ... ok
70 doctest_get_new_ids_prints (__main__)
71 Doctest: __main__.doctest_get_new_ids_prints ... ok
72 doctest_setup_py_works (__main__)
73 Doctest: __main__.doctest_setup_py_works ... ok
75 ----------------------------------------------------------------------
76 Ran 59 tests
78 OK (skipped=2)
79   py$(PYV): OK
80   congratulations :)