add changelog: integrate option tab-completion when argcomplete is used. Thanks
Anthon van der Neut for the PR. This also lets pytest use argparse instead of optparse.
This commit is contained in:
parent
4b87810fc2
commit
788303523e
1
AUTHORS
1
AUTHORS
|
@ -34,3 +34,4 @@ Andreas Zeidler
|
|||
Brian Okken
|
||||
Katarzyna Jachim
|
||||
Christian Theunert
|
||||
Anthon van der Neut
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
Changes between 2.3.5 and 2.4.DEV
|
||||
-----------------------------------
|
||||
|
||||
- integrate option tab-completion when argcomplete is used. Thanks
|
||||
Anthon van der Neut for the PR. This also lets pytest use argparse
|
||||
instead of optparse.
|
||||
|
||||
- SO-17664702: call fixture finalizers even if the fixture function
|
||||
partially failed (finalizers would not always be called before)
|
||||
|
||||
|
|
Loading…
Reference in New Issue