python/coverage: update to 7.6.5
[oi-userland.git] / components / python / deprecation / test / results-all.master
blob4c8e0d75f0096c0d6841d9bdab286a75e34963c8
1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python -m unittest discover -v
3 test_DeprecatedWarning_not_raised (tests.test_deprecation.Test_deprecated) ... ok
4 test_args_set_on_base_class (tests.test_deprecation.Test_deprecated) ... ok
5 test_docstring (tests.test_deprecation.Test_deprecated) ... ok
6 test_multiline_docstring (tests.test_deprecation.Test_deprecated) ... ok
7 test_multiline_docstring_top (tests.test_deprecation.Test_deprecated) ... ok
8 test_multiline_fallback (tests.test_deprecation.Test_deprecated) ... ok
9 test_removing_without_deprecating (tests.test_deprecation.Test_deprecated) ... ok
10 test_warning_raised (tests.test_deprecation.Test_deprecated) ... ok
11 test_DeprecatedWarning_doesnt_fail (tests.test_deprecation.Test_fail_if_not_removed) ... ok
12 test_UnsupportedWarning_causes_failure (tests.test_deprecation.Test_fail_if_not_removed) ... ok
13 test_literal_DeprecatedWarning (tests.test_deprecation.Test_fail_if_not_removed) ... ok
14 test_literal_UnsupportedWarning (tests.test_deprecation.Test_fail_if_not_removed) ... expected failure
16 ----------------------------------------------------------------------
17 Ran 12 tests
19 OK (expected failures=1)
20   py$(PYV): OK
21   congratulations :)