improve example for pytest integration with "python setup.py test"
which now has a generic "-a" or "--pytest-args" option where you can pass additional options as a quoted string. Thanks Trevor Bekolay.
This commit is contained in:
parent
d853e9167a
commit
040062e40c
1
AUTHORS
1
AUTHORS
|
@ -42,3 +42,4 @@ Marc Schlaich
|
|||
Christopher Gilling
|
||||
Daniel Grana
|
||||
Andy Freeland
|
||||
Trevor Bekolay
|
||||
|
|
|
@ -57,6 +57,10 @@ NEXT (2.6)
|
|||
|
||||
- fix issue483: trial/py33 works now properly. Thanks Daniel Grana for PR.
|
||||
|
||||
- improve example for pytest integration with "python setup.py test"
|
||||
which now has a generic "-a" or "--pytest-args" option where you
|
||||
can pass additional options as a quoted string. Thanks Trevor Bekolay.
|
||||
|
||||
- simplified internal capturing mechanism and made it more robust
|
||||
against tests or setups changing FD1/FD2, also better integrated
|
||||
now with pytest.pdb() in single tests.
|
||||
|
|
Loading…
Reference in New Issue