test_ok1/doc/example/test_collectonly.py

12 lines
190 B
Python
Raw Normal View History

# run this with $ py.test --collectonly test_collectonly.py
#
def test_function():
pass
class TestClass:
def test_method():
pass
def test_anothermethod():
pass