pytest.ini 157 B

1234
  1. [pytest]
  2. norecursedirs = .git .*
  3. addopts = -rsxX --showlocals --tb=native --cov=tablib --cov-report xml --cov-report term --cov-report html
  4. python_paths = .