Files
openide/python/testData/create_tests/create_tst_class.expected_pytest_2k.py
T
2019-08-29 13:44:54 +00:00

7 lines
111 B
Python

class Spam(object):
def eggs(self):
assert False
def eggs_and_ham(self):
assert False