"""直接运行 python -m tests 时执行的入口""" from .run_tests import main import sys sys.exit(main())