2013-03-03 02:58:58 +01:00
|
|
|
[nosetests]
|
|
|
|
detailed-errors=1
|
|
|
|
with-coverage=1
|
|
|
|
cover-package=hy
|
|
|
|
nocapture=1
|
2014-03-18 09:33:10 +01:00
|
|
|
|
|
|
|
[wheel]
|
|
|
|
universal = 1
|
2017-04-08 18:52:18 +02:00
|
|
|
|
|
|
|
[coverage:run]
|
|
|
|
omit =
|
|
|
|
*/python?.?/*
|
|
|
|
*/lib-python/?.?/*.py
|
|
|
|
*/lib_pypy/_*.py
|
|
|
|
*/site-packages/nose/*
|
|
|
|
*/pypy/*
|
|
|
|
|
|
|
|
[coverage:report]
|
|
|
|
exclude_lines =
|
|
|
|
# Have to re-enable the standard pragma
|
|
|
|
pragma: no cover
|
2017-04-10 02:27:51 +02:00
|
|
|
# We want ignore_errors so we don't get NoSource warnings for loading
|
|
|
|
# byte-compiled Hy modules.
|
|
|
|
ignore_errors = True
|