python/pyproject_installer: update to 0.5.5
[oi-userland.git] / components / python / pure_eval / test / results-all.master
blobfebf95fa4223e299de1dfeb338bdf03fda2c2ee5
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
6 rootdir: $(@D)
7 configfile: pyproject.toml
8 collecting ... collected 47 items
10 tests/test_core.py::test_eval_names PASSED
11 tests/test_core.py::test_eval_literals PASSED
12 tests/test_core.py::test_eval_attrs PASSED
13 tests/test_core.py::test_eval_dict PASSED
14 tests/test_core.py::test_eval_set PASSED
15 tests/test_core.py::test_eval_sequence_subscript PASSED
16 tests/test_core.py::test_eval_unary_op PASSED
17 tests/test_core.py::test_eval_binary_op PASSED
18 tests/test_core.py::test_is_expression_interesting PASSED
19 tests/test_core.py::test_boolop PASSED
20 tests/test_core.py::test_is PASSED
21 tests/test_core.py::test_calls PASSED
22 tests/test_core.py::test_unsupported PASSED
23 tests/test_core.py::test_group_expressions PASSED
24 tests/test_core.py::test_evaluator_wrong_getitem PASSED
25 tests/test_core.py::test_cannot_subscript[lst[:,:]] PASSED
26 tests/test_core.py::test_cannot_subscript[lst[9]] PASSED
27 tests/test_getattr_static.py::TestGetattrStatic::test_basic PASSED
28 tests/test_getattr_static.py::TestGetattrStatic::test_classAttribute PASSED
29 tests/test_getattr_static.py::TestGetattrStatic::test_classVirtualAttribute PASSED
30 tests/test_getattr_static.py::TestGetattrStatic::test_class_as_property PASSED
31 tests/test_getattr_static.py::TestGetattrStatic::test_custom_object_dict PASSED
32 tests/test_getattr_static.py::TestGetattrStatic::test_descriptor PASSED
33 tests/test_getattr_static.py::TestGetattrStatic::test_descriptor_raises_AttributeError PASSED
34 tests/test_getattr_static.py::TestGetattrStatic::test_dict_as_property PASSED
35 tests/test_getattr_static.py::TestGetattrStatic::test_inherited PASSED
36 tests/test_getattr_static.py::TestGetattrStatic::test_inherited_classattribute PASSED
37 tests/test_getattr_static.py::TestGetattrStatic::test_inherited_slots PASSED
38 tests/test_getattr_static.py::TestGetattrStatic::test_instance_attr PASSED
39 tests/test_getattr_static.py::TestGetattrStatic::test_metaclass PASSED
40 tests/test_getattr_static.py::TestGetattrStatic::test_metaclass_dict_as_property PASSED
41 tests/test_getattr_static.py::TestGetattrStatic::test_metaclass_with_descriptor PASSED
42 tests/test_getattr_static.py::TestGetattrStatic::test_metaclass_with_metaclass_with_dict_as_property PASSED
43 tests/test_getattr_static.py::TestGetattrStatic::test_module PASSED
44 tests/test_getattr_static.py::TestGetattrStatic::test_mro_as_property PASSED
45 tests/test_getattr_static.py::TestGetattrStatic::test_no_dict_no_slots PASSED
46 tests/test_getattr_static.py::TestGetattrStatic::test_no_dict_no_slots_instance_member PASSED
47 tests/test_getattr_static.py::TestGetattrStatic::test_property PASSED
48 tests/test_getattr_static.py::TestGetattrStatic::test_slots PASSED
49 tests/test_getattr_static.py::test_safe_descriptors_immutable PASSED
50 tests/test_utils.py::test_sys_modules PASSED
51 tests/test_utils.py::test_repr_cannot_eval PASSED
52 tests/test_utils.py::test_safe_name_types PASSED
53 tests/test_utils.py::test_safe_name_samples PASSED
54 tests/test_utils.py::test_safe_name_direct PASSED
55 tests/test_utils.py::test_is_standard_types PASSED
56 tests/test_utils.py::test_ensure_dict PASSED
58 ======== 47 passed ========
59   py$(PYV): OK
60   congratulations :)