mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
5 lines
169 B
INI
5 lines
169 B
INI
[pytest]
|
|
norecursedirs = .git .*
|
|
addopts = -rsxX --showlocals --tb=native --cov=tablib --cov=tests --cov-report xml --cov-report term --cov-report html
|
|
python_paths = .
|