Files
openide/python/testData/formatter/beforeTopLevelClass.py

5 lines
114 B
Python

from unittest import TestCase
class MyTest(TestCase):
def test_pass(self):
self.assertEqual(1 + 1, 2)