vim: update to 9.1.0969
[oi-userland.git] / components / python / PasteDeploy / test / results-all.master
blobcc676508367f6a656df84b04df7755dda36b17c4
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: pytest.ini
8 testpaths: tests
9 collecting ... collected 27 items
11 tests/test_basic_app.py::test_composit PASSED
12 tests/test_basic_app.py::test_main PASSED
13 tests/test_basic_app.py::test_other PASSED
14 tests/test_config.py::test_appconfig PASSED
15 tests/test_config.py::test_appconfig_filter_with PASSED
16 tests/test_config.py::test_composit PASSED
17 tests/test_config.py::test_config1 PASSED
18 tests/test_config.py::test_config2 PASSED
19 tests/test_config.py::test_config3 PASSED
20 tests/test_config.py::test_config_egg PASSED
21 tests/test_config.py::test_config_get PASSED
22 tests/test_config.py::test_foreign_config PASSED
23 tests/test_config.py::test_global_conf PASSED
24 tests/test_config.py::test_interpolate_exception PASSED
25 tests/test_config.py::test_main PASSED
26 tests/test_config.py::test_other PASSED
27 tests/test_config_middleware.py::test_error PASSED
28 tests/test_converters.py::test_asbool_falsy PASSED
29 tests/test_converters.py::test_asbool_truthy PASSED
30 tests/test_filter.py::test_bad_pipeline PASSED
31 tests/test_filter.py::test_filter_app PASSED
32 tests/test_filter.py::test_filter_app2 PASSED
33 tests/test_filter.py::test_filter_app_inverted PASSED
34 tests/test_filter.py::test_filter_with_filter_with PASSED
35 tests/test_filter.py::test_pipeline PASSED
36 tests/test_filter.py::test_pipeline2 PASSED
37 tests/test_load_package.py::test_load_package PASSED
40 ======== 27 passed ========
41   py$(PYV): OK
42   congratulations :)