python/elasticsearch: update to 8.16.0
[oi-userland.git] / components / python / wcwidth / test / results-all.master
blob4423eabb316e75585d0212a438325cae51d83a38
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> $(PYTHON) -m pytest --cov-config=$(@D)/tox.ini --verbose --junit-xml=.tox/results.py$(PYV).xml --durations=3 '--log-format=%(levelname)s %(relativeCreated)2.2f %(filename)s:%(lineno)d %(message)s' tests
3 ============================= test session starts ==============================
4 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
5 cachedir: .tox/py$(PYV)/.pytest_cache
6 benchmark: 4.0.0 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
7 rootdir: $(@D)
8 configfile: tox.ini
9 collecting ... collected 39 items
11 only with a single version of python)
12 tests/test_core.py::test_balinese_script PASSED
13 tests/test_core.py::test_combining_cafe PASSED
14 tests/test_core.py::test_combining_enclosing PASSED
15 tests/test_core.py::test_combining_width PASSED
16 tests/test_core.py::test_control_c0_width_negative_1 PASSED
17 tests/test_core.py::test_devanagari_script PASSED
18 tests/test_core.py::test_empty_string PASSED
19 tests/test_core.py::test_hello_jp PASSED
20 tests/test_core.py::test_kannada_script PASSED
21 tests/test_core.py::test_kannada_script_2 PASSED
22 tests/test_core.py::test_kr_jamo PASSED
23 tests/test_core.py::test_kr_jamo_filler PASSED
24 tests/test_core.py::test_null_width_0 PASSED
25 tests/test_core.py::test_package_version PASSED
26 tests/test_core.py::test_tamil_script PASSED
27 tests/test_core.py::test_wcswidth_substr PASSED
28 tests/test_core.py::test_zero_wide_conflict PASSED
29 tests/test_emojis.py::test_another_emoji_zwj_sequence PASSED
30 tests/test_emojis.py::test_longer_emoji_zwj_sequence PASSED
31 tests/test_emojis.py::test_non_recommended_zwj_sequence PASSED
32 tests/test_emojis.py::test_recommended_emoji_zwj_sequences PASSED
33 tests/test_emojis.py::test_recommended_variation_16_sequences PASSED
34 tests/test_emojis.py::test_unfinished_zwj_sequence PASSED
35 tests/test_emojis.py::test_unicode_8_vs16 PASSED
36 tests/test_emojis.py::test_unicode_9_vs16 PASSED
37 tests/test_table_integrity.py::test_verify_table_integrity SKIPPED (Test
38 tests/test_ucslevel.py::test_exact_410_str PASSED
39 tests/test_ucslevel.py::test_exact_410_unicode PASSED
40 tests/test_ucslevel.py::test_latest PASSED
41 tests/test_ucslevel.py::test_nearest_505_str PASSED
42 tests/test_ucslevel.py::test_nearest_505_unicode PASSED
43 tests/test_ucslevel.py::test_nearest_800_str PASSED
44 tests/test_ucslevel.py::test_nearest_800_unicode PASSED
45 tests/test_ucslevel.py::test_nearest_999_str PASSED
46 tests/test_ucslevel.py::test_nearest_999_unicode PASSED
47 tests/test_ucslevel.py::test_nearest_lowint40_str PASSED
48 tests/test_ucslevel.py::test_nearest_lowint40_unicode PASSED
49 tests/test_ucslevel.py::test_nonint_str PASSED
50 tests/test_ucslevel.py::test_nonint_unicode PASSED
52 - generated xml file: $(@D)/.tox/results.py$(PYV).xml -
54 ============================= slowest 3 durations ==============================
55 ======== 38 passed, 1 skipped ========
56   py$(PYV): OK
57   congratulations :)