1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/pytest.ini
2012-07-29 22:23:29 +02:00

7 lines
208 B
INI

[pytest]
norecursedirs=.git .tox venv env
; 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