added changelog entry about glob-patterns in python_classes and python_functions
- also fixed small typo --HG-- branch : python-classes-glob
This commit is contained in:
parent
0b620c304b
commit
16f0d100cc
|
@ -16,6 +16,9 @@
|
||||||
parameter is a callable, you also need to pass in a reason to disambiguate
|
parameter is a callable, you also need to pass in a reason to disambiguate
|
||||||
it from the "decorator" case. Thanks Tom Viner.
|
it from the "decorator" case. Thanks Tom Viner.
|
||||||
|
|
||||||
|
- "python_classes" and "python_functions" options now support glob-patterns
|
||||||
|
for test discovery, as discussed in issue600. Thanks Ldiary Translations.
|
||||||
|
|
||||||
2.6.4.dev
|
2.6.4.dev
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
@ -86,7 +89,7 @@
|
||||||
Thanks sontek.
|
Thanks sontek.
|
||||||
|
|
||||||
- Implement issue549: user-provided assertion messages now no longer
|
- Implement issue549: user-provided assertion messages now no longer
|
||||||
replace the py.test instrospection message but are shown in addition
|
replace the py.test introspection message but are shown in addition
|
||||||
to them.
|
to them.
|
||||||
|
|
||||||
2.6.1
|
2.6.1
|
||||||
|
|
Loading…
Reference in New Issue