Files
edx-platform/setup.cfg
David Baumgold 530c16326d Ignore "deprecated form of raising exception" PEP8 warning
We do this intentionally, to preserve tracebacks
2014-12-11 13:04:53 -05:00

21 lines
408 B
INI

[nosetests]
logging-clear-handlers=1
with-xunit=1
rednose=1
with-ignore-docstrings=1
with-id=1
exclude-dir=lms/envs
cms/envs
# Without this flag, nose adds /lib directories to the path,
# which shadows the xblock library (among other things)
no-path-adjustment=1
# Uncomment the following lines to open pdb when a test fails
#nocapture=1
#pdb=1
[pep8]
ignore=E501,E265,W602
exclude=migrations