[svn r63337] provide more info for the pyfuncarg failing lookup

improve docstring

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-26 10:14:09 +01:00
parent 1930f50bc2
commit ee902a2d06
3 changed files with 27 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
"""
for marking and reporting "expected to fail" tests.
@py.test.mark(xfail="needs refactoring")
@py.test.mark.xfail("needs refactoring")
def test_hello():
...
assert 0