pytest.ini 120 B

1234
  1. [pytest]
  2. # 把项目根目录加入 sys.path,让测试里能 from src.xxx import ...
  3. pythonpath = .
  4. testpaths = tests