标签: python python-unittest
# Find all the test modules modules = map(trace.fullmodname, glob.glob('testsuite/test_*.py')) # Load All the tests into a suite suite = unittest.TestLoader().loadTestsFromNames(modules)
并收到错误:
AttributeError:'module'对象没有属性'testsuite'