mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
22c88de90d
* Upload coverage from GHA * Fix PytestConfigWarning: Unknown config option: python_paths
4 lines
152 B
INI
4 lines
152 B
INI
[pytest]
|
|
norecursedirs = .git .*
|
|
addopts = -rsxX --showlocals --tb=native --cov=tablib --cov=tests --cov-report xml --cov-report term --cov-report html
|