Files
pytest2/example/funcarg/mysetup/test_sample.py
holger krekel ee78661775 refining docs further
--HG--
branch : trunk
2009-04-13 19:51:42 +02:00

6 lines
106 B
Python

def test_answer(mysetup):
app = mysetup.myapp()
answer = app.question()
assert answer == 42