blob: 05858eb854b49c95f94b01f339143e63a62e5930 [file] [log] [blame]
# run this with $ py.test --collect-only test_collectonly.py
#
def test_function():
pass
class TestClass:
def test_method(self):
pass
def test_anothermethod(self):
pass