jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / webencodings / test / results-all.master
blobca01958c04f62ebb994ef93cec5a5c903679e4a2
1 ROOT: tox-gh-actions won't override envlist because tox is not running in GitHub Actions
2 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
3 py$(PYV): commands[0]> python -m py.test
4 ============================= test session starts ==============================
5 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
6 cachedir: .tox/py$(PYV)/.pytest_cache
7 hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('$(@D)/.hypothesis/examples')
8 rootdir: $(@D), configfile: tox.ini
9 asyncio: mode=strict
10 collecting ... collected 10 items
12 ::project PASSED
13 webencodings/tests.py::test_all_labels PASSED
14 webencodings/tests.py::test_decode PASSED
15 webencodings/tests.py::test_encode PASSED
16 webencodings/tests.py::test_invalid_label PASSED
17 webencodings/tests.py::test_iter_decode PASSED
18 webencodings/tests.py::test_iter_encode PASSED
19 webencodings/tests.py::test_labels PASSED
20 webencodings/tests.py::test_x_user_defined PASSED
22 ======== 9 passed ========
23   py$(PYV): OK
24   congratulations :)