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
|
Brian Okken
|
||||||
Katarzyna Jachim
|
Katarzyna Jachim
|
||||||
Christian Theunert
|
Christian Theunert
|
||||||
|
Anthon van der Neut
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
Changes between 2.3.5 and 2.4.DEV
|
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
|
- SO-17664702: call fixture finalizers even if the fixture function
|
||||||
partially failed (finalizers would not always be called before)
|
partially failed (finalizers would not always be called before)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue