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 ----------------------------------------------------------------------
19 OK (expected failures=1)