re-adding py.test.mark as documented (!) by adding pytest_keyword plugin

--HG--
branch : 1.0.x
This commit is contained in:
holger krekel
2009-06-28 13:19:43 +02:00
parent e412f695dd
commit bd8f68555d
7 changed files with 90 additions and 9 deletions
+2
View File
@@ -1,6 +1,8 @@
Changes between 1.0.0b3 and 1.0.0
=============================================
* re-added py.test.mark decorator for setting keywords on functions
* remove scope-argument from request.addfinalizer() because
request.cached_setup has the scope arg. TOOWTDI.