Files
openide/python/testData/create_tests/create_tst_class.expected_pytest_2k.py
Ilya.Kazakevich 95808b76f5 PY-15021: Don't create Unittest-based classes for pytest (after IDEA-CR-51246)
GitOrigin-RevId: bdc36c6c7b43dabdfb4e7620462f0a2610087890
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