fix issue650: introduce new --doctest-ignore-import-errors option courtesy
of Charles Cloud.
This commit is contained in:
parent
660b84a052
commit
8ed5b77aba
1
AUTHORS
1
AUTHORS
|
@ -47,3 +47,4 @@ David Mohr
|
||||||
Nicolas Delaby
|
Nicolas Delaby
|
||||||
Tom Viner
|
Tom Viner
|
||||||
Dave Hunt
|
Dave Hunt
|
||||||
|
Charles Cloud
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
- add ability to set command line options by environment variable PYTEST_ADDOPTS.
|
- add ability to set command line options by environment variable PYTEST_ADDOPTS.
|
||||||
|
|
||||||
|
- fix issue650: new option ``--docttest-ignore-import-errors`` which
|
||||||
|
will turn import errors in doctests into skips. Thanks Charles Cloud
|
||||||
|
for the complete PR.
|
||||||
|
|
||||||
- fix issue655: work around different ways that cause python2/3
|
- fix issue655: work around different ways that cause python2/3
|
||||||
to leak sys.exc_info into fixtures/tests causing failures in 3rd party code
|
to leak sys.exc_info into fixtures/tests causing failures in 3rd party code
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue