jenkins-core-weekly: update to 2.491
[oi-userland.git] / components / python / maison / test / results-all.master
blob632569693a949e7e4a60e6106c7ca6818ad8aac2
1 ============================= test session starts ==============================
2 platform sunos5 -- Python $(PYTHON_VERSION).X -- $(PYTHON)
3 cachedir: .pytest_cache
4 rootdir: $(@D)
5 configfile: pyproject.toml
6 collecting ... collected 41 items
8 tests/test_main.py::test_main_succeeds PASSED
9 tests/unit/config_sources/test_base_source.py::TestRepr::test_contains_path PASSED
10 tests/unit/config_sources/test_base_source.py::TestFilename::test_success PASSED
11 tests/unit/config_sources/test_ini_source.py::TestToDict::test_success PASSED
12 tests/unit/config_sources/test_ini_source.py::TestToDict::test_empty_file PASSED
13 tests/unit/config_sources/test_pyproject_source.py::TestToDict::test_success PASSED
14 tests/unit/config_sources/test_pyproject_source.py::TestToDict::test_unrecognised_section_name PASSED
15 tests/unit/config_sources/test_pyproject_source.py::TestToDict::test_unrecognised_format PASSED
16 tests/unit/config_sources/test_toml_source.py::TestToDict::test_success PASSED
17 tests/unit/config_sources/test_toml_source.py::TestToDict::test_toml_decode_error PASSED
18 tests/unit/test_config.py::TestUserConfig::test_str PASSED
19 tests/unit/test_config.py::TestDictObject::test_valid_pyproject PASSED
20 tests/unit/test_config.py::TestSourceFiles::test_not_found PASSED
21 tests/unit/test_config.py::TestSourceFiles::test_unrecognised_file_extension PASSED
22 tests/unit/test_config.py::TestSourceFiles::test_single_valid_toml_source PASSED
23 tests/unit/test_config.py::TestSourceFiles::test_multiple_valid_toml_sources PASSED
24 tests/unit/test_config.py::TestSourceFiles::test_absolute_path PASSED
25 tests/unit/test_config.py::TestSourceFiles::test_absolute_path_not_exist PASSED
26 tests/unit/test_config.py::TestIniFiles::test_valid_ini_file PASSED
27 tests/unit/test_config.py::TestValidation::test_no_schema PASSED
28 tests/unit/test_config.py::TestValidation::test_one_schema_with_valid_config PASSED
29 tests/unit/test_config.py::TestValidation::test_one_schema_injected_at_validation PASSED
30 tests/unit/test_config.py::TestValidation::test_use_schema_values PASSED
31 tests/unit/test_config.py::TestValidation::test_not_use_schema_values PASSED
32 tests/unit/test_config.py::TestValidation::test_schema_override PASSED
33 tests/unit/test_config.py::TestValidation::test_invalid_configuration PASSED
34 tests/unit/test_config.py::TestValidation::test_setter PASSED
35 tests/unit/test_config.py::TestMergeConfig::test_no_overwrites PASSED
36 tests/unit/test_config.py::TestMergeConfig::test_overwrites PASSED
37 tests/unit/test_config.py::TestMergeConfig::test_nested PASSED
38 tests/unit/test_utils.py::TestContainsFile::test_found PASSED
39 tests/unit/test_utils.py::TestContainsFile::test_not_found PASSED
40 tests/unit/test_utils.py::TestGetFilePath::test_in_current_directory PASSED
41 tests/unit/test_utils.py::TestGetFilePath::test_in_parent_directory PASSED
42 tests/unit/test_utils.py::TestGetFilePath::test_not_found PASSED
43 tests/unit/test_utils.py::TestGetFilePath::test_with_given_path PASSED
44 tests/unit/test_utils.py::TestGetFilePath::test_absolute_path PASSED
45 tests/unit/test_utils.py::TestGetFilePath::test_absolute_path_not_exist PASSED
46 tests/unit/test_utils.py::TestDeepMerge::test_success[simple] PASSED
47 tests/unit/test_utils.py::TestDeepMerge::test_success[nested] PASSED
48 tests/unit/test_utils.py::TestDeepMerge::test_incompatible_dicts PASSED
50 ======== 41 passed ========