1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00
WeasyPrint/pytest.ini
2012-03-24 21:32:15 +01:00

7 lines
199 B
INI

[pytest]
norecursedirs=.git .tox
; Fancy tracebacks are slow to produce:
; https://bitbucket.org/hpk42/pytest/issue/29
; add --tb=long on the command-line to get the default back
addopts=--tb=native