py$(PYV): commands[0]> python -m unittest discover -v test_DeprecatedWarning_not_raised (tests.test_deprecation.Test_deprecated.test_DeprecatedWarning_not_raised) ... ok test_args_set_on_base_class (tests.test_deprecation.Test_deprecated.test_args_set_on_base_class) ... ok test_docstring (tests.test_deprecation.Test_deprecated.test_docstring) ... ok test_multiline_docstring (tests.test_deprecation.Test_deprecated.test_multiline_docstring) ... ok test_multiline_docstring_top (tests.test_deprecation.Test_deprecated.test_multiline_docstring_top) ... ok test_multiline_fallback (tests.test_deprecation.Test_deprecated.test_multiline_fallback) ... ok test_removing_without_deprecating (tests.test_deprecation.Test_deprecated.test_removing_without_deprecating) ... ok test_warning_raised (tests.test_deprecation.Test_deprecated.test_warning_raised) ... ok test_DeprecatedWarning_doesnt_fail (tests.test_deprecation.Test_fail_if_not_removed.test_DeprecatedWarning_doesnt_fail) ... ok test_UnsupportedWarning_causes_failure (tests.test_deprecation.Test_fail_if_not_removed.test_UnsupportedWarning_causes_failure) ... ok test_literal_DeprecatedWarning (tests.test_deprecation.Test_fail_if_not_removed.test_literal_DeprecatedWarning) ... ok test_literal_UnsupportedWarning (tests.test_deprecation.Test_fail_if_not_removed.test_literal_UnsupportedWarning) ... expected failure ---------------------------------------------------------------------- Ran 12 tests OK (expected failures=1) py$(PYV): OK congratulations :)