fritzkink
2024-04-01 b68622b3bcc9c2c3c9928514166e178cdcb46175
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -m pytest
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
configfile: pyproject.toml
collecting ... collected 62 items
 
pytest_mypy_plugins/tests/test-extension.yml::reveal_type_extension_is_loaded PASSED
pytest_mypy_plugins/tests/test-mypy-config.yml::custom_mypy_config_disallow_any_explicit_set PASSED
pytest_mypy_plugins/tests/test-parametrized.yml::only_main[a=1,revealed_type=builtins.int] PASSED
pytest_mypy_plugins/tests/test-parametrized.yml::only_main[a=1.0,revealed_type=builtins.float] PASSED
pytest_mypy_plugins/tests/test-parametrized.yml::parametrized_can_skip_mypy_config_section[val=False] PASSED
pytest_mypy_plugins/tests/test-parametrized.yml::parametrized_can_skip_mypy_config_section[val=True] PASSED
pytest_mypy_plugins/tests/test-parametrized.yml::with_extra[a=2,b=None,rt=Any] PASSED
pytest_mypy_plugins/tests/test-parametrized.yml::with_extra[a=3,b=3,rt=Any] PASSED
pytest_mypy_plugins/tests/test-parametrized.yml::with_mypy_config[allow_any=false] PASSED
pytest_mypy_plugins/tests/test-parametrized.yml::with_mypy_config[allow_any=true] PASSED
pytest_mypy_plugins/tests/test-parametrized.yml::with_out[what=cat,rt=builtins.str] PASSED
pytest_mypy_plugins/tests/test-parametrized.yml::with_out[what=dog,rt=builtins.str] PASSED
pytest_mypy_plugins/tests/test-paths-from-env.yml::add_mypypath_env_var_to_package_search PASSED
pytest_mypy_plugins/tests/test-regex-assertions.yml::expected_message_regex PASSED
pytest_mypy_plugins/tests/test-regex-assertions.yml::expected_message_regex_with_out PASSED
pytest_mypy_plugins/tests/test-regex-assertions.yml::expected_single_message_regex PASSED
pytest_mypy_plugins/tests/test-regex-assertions.yml::regex_does_not_match PASSED
pytest_mypy_plugins/tests/test-regex-assertions.yml::regex_with_comment_does_not_hang PASSED
pytest_mypy_plugins/tests/test-regex-assertions.yml::regex_with_out_does_not_hang PASSED
pytest_mypy_plugins/tests/test-regex-assertions.yml::rexex_but_not_turned_on PASSED
pytest_mypy_plugins/tests/test-regex-assertions.yml::rexex_but_turned_off PASSED
pytest_mypy_plugins/tests/test-simple-cases.yml::create_files PASSED
pytest_mypy_plugins/tests/test-simple-cases.yml::error_case PASSED
pytest_mypy_plugins/tests/test-simple-cases.yml::external_output_lines PASSED
pytest_mypy_plugins/tests/test-simple-cases.yml::fail_if_message_does_not_match PASSED
pytest_mypy_plugins/tests/test-simple-cases.yml::fail_if_message_from_outdoes_not_match PASSED
pytest_mypy_plugins/tests/test-simple-cases.yml::revealed_type_with_disabled_cache PASSED
pytest_mypy_plugins/tests/test-simple-cases.yml::revealed_type_with_environment PASSED
pytest_mypy_plugins/tests/test-simple-cases.yml::simplest_case PASSED
pytest_mypy_plugins/tests/test-simple-cases.yml::skip_if_false PASSED
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_existing_config[\n[tool.mypy]\npretty = true\nshow_error_codes = false\nshow_traceback = true\n] PASSED
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_existing_config[\npretty = true\nshow_error_codes = false\nshow_traceback = true\n] PASSED
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_missing_config1 PASSED
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_missing_config2 PASSED
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_missing_config3 PASSED
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_missing_config[\n[tool.mypy]\npretty = true\nshow_error_codes = false\nshow_traceback = true\n] PASSED
pytest_mypy_plugins/tests/test_configs/test_join_toml_configs.py::test_join_missing_config[\npretty = true\nshow_error_codes = false\nshow_traceback = true\n] PASSED
pytest_mypy_plugins/tests/test_explicit_configs.py::test_ini_files[$(@D)/pytest_mypy_plugins/tests/test_configs/mypy1.ini] PASSED
pytest_mypy_plugins/tests/test_explicit_configs.py::test_ini_files[$(@D)/pytest_mypy_plugins/tests/test_configs/mypy2.ini] PASSED
pytest_mypy_plugins/tests/test_explicit_configs.py::test_ini_files[$(@D)/pytest_mypy_plugins/tests/test_configs/setup1.cfg] PASSED
pytest_mypy_plugins/tests/test_explicit_configs.py::test_ini_files[$(@D)/pytest_mypy_plugins/tests/test_configs/setup2.cfg] PASSED
pytest_mypy_plugins/tests/test_explicit_configs.py::test_pyproject_toml[$(@D)/pytest_mypy_plugins/tests/test_configs/pyproject1.toml] PASSED
pytest_mypy_plugins/tests/test_explicit_configs.py::test_pyproject_toml[$(@D)/pytest_mypy_plugins/tests/test_configs/pyproject2.toml] PASSED
pytest_mypy_plugins/tests/test_input_schema.py::test_closed_schema PASSED
pytest_mypy_plugins/tests/test_input_schema.py::test_mypy_config_is_not_an_object PASSED
pytest_mypy_plugins/tests/test_input_schema.py::test_yaml_files[test-extension] PASSED
pytest_mypy_plugins/tests/test_input_schema.py::test_yaml_files[test-mypy-config] PASSED
pytest_mypy_plugins/tests/test_input_schema.py::test_yaml_files[test-parametrized] PASSED
pytest_mypy_plugins/tests/test_input_schema.py::test_yaml_files[test-paths-from-env] PASSED
pytest_mypy_plugins/tests/test_input_schema.py::test_yaml_files[test-regex-assertions] PASSED
pytest_mypy_plugins/tests/test_input_schema.py::test_yaml_files[test-simple-cases] PASSED
pytest_mypy_plugins/tests/test_utils.py::test_assert_expected_matched_actual_failures[source_lines0-actual_lines0-expected_message_lines0] PASSED
pytest_mypy_plugins/tests/test_utils.py::test_assert_expected_matched_actual_failures[source_lines1-actual_lines1-expected_message_lines1] PASSED
pytest_mypy_plugins/tests/test_utils.py::test_assert_expected_matched_actual_failures[source_lines2-actual_lines2-expected_message_lines2] PASSED
pytest_mypy_plugins/tests/test_utils.py::test_assert_expected_matched_actual_failures[source_lines3-actual_lines3-expected_message_lines3] PASSED
pytest_mypy_plugins/tests/test_utils.py::test_assert_expected_matched_actual_failures[source_lines4-actual_lines4-expected_message_lines4] PASSED
pytest_mypy_plugins/tests/test_utils.py::test_assert_expected_matched_actual_failures[source_lines5-actual_lines5-expected_message_lines5] PASSED
pytest_mypy_plugins/tests/test_utils.py::test_assert_expected_matched_actual_failures[source_lines6-actual_lines6-expected_message_lines6] PASSED
pytest_mypy_plugins/tests/test_utils.py::test_assert_expected_matched_actual_failures[source_lines7-actual_lines7-expected_message_lines7] PASSED
pytest_mypy_plugins/tests/test_utils.py::test_render_template_with_None_value PASSED
pytest_mypy_plugins/tests/test_utils.py::test_sorted_by_file_and_line_is_stable[input_lines0] PASSED
pytest_mypy_plugins/tests/test_utils.py::test_sorted_by_file_and_line_is_stable[input_lines1] PASSED
 
======== 62 passed ========
  py$(PYV): OK
  congratulations :)