move examples to doc directory
--HG-- branch : trunk
This commit is contained in:
5
doc/example/funcarg/mysetup/test_sample.py
Normal file
5
doc/example/funcarg/mysetup/test_sample.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
def test_answer(mysetup):
|
||||
app = mysetup.myapp()
|
||||
answer = app.question()
|
||||
assert answer == 42
|
||||
Reference in New Issue
Block a user