Fix rest formatting and set final version number

--HG--
branch : pytest-2.7
This commit is contained in:
Floris Bruynooghe
2015-05-19 01:53:06 +01:00
parent b024dbe794
commit 3d990a6237
2 changed files with 3 additions and 3 deletions

View File

@@ -89,7 +89,7 @@ holger krekel
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.
for test discovery, as discussed in issue600. Thanks Ldiary Translations.
- allow to override parametrized fixtures with non-parametrized ones and vice versa (bubenkoff).