Here is a simple solution that I use, but has some overhead. class DisablePyTestCollectionMixin(object): __test__ = False class ...
確定! 回上一頁