✏️ 正在编辑: exc.py
路径:
/opt/hc_python/lib/python3.12/site-packages/nose/exc.py
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
"""Exceptions for marking tests as skipped or deprecated. This module exists to provide backwards compatibility with previous versions of nose where skipped and deprecated tests were core functionality, rather than being provided by plugins. It may be removed in a future release. """ from nose.plugins.skip import SkipTest from nose.plugins.deprecated import DeprecatedTest
💾 保存文件
← 返回文件管理器