[Checkins] SVN: zope.pytest/trunk/src/zope/pytest/test_zopepytest.py Remove tests for removed decorator.

Uli Fouquet uli at gnufix.de
Thu Jan 6 07:13:14 EST 2011


Log message for revision 119411:
  Remove tests for removed decorator.

Changed:
  D   zope.pytest/trunk/src/zope/pytest/test_zopepytest.py

-=-
Deleted: zope.pytest/trunk/src/zope/pytest/test_zopepytest.py
===================================================================
--- zope.pytest/trunk/src/zope/pytest/test_zopepytest.py	2011-01-06 12:12:26 UTC (rev 119410)
+++ zope.pytest/trunk/src/zope/pytest/test_zopepytest.py	2011-01-06 12:13:13 UTC (rev 119411)
@@ -1,13 +0,0 @@
-from zope.pytest import argument
-
-# test the argument decorator
-
-def test_argument_decorator():
-
-    @argument
-    def myarg():
-        return {'message': 'helloworld'}
-
-    assert pytest_funcarg__myarg()['message'] == 'helloworld'
-
-



More information about the checkins mailing list