mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 06:18:32 +07:00
12 lines
179 B
Python
12 lines
179 B
Python
# This does not work
|
|
|
|
import aid.test.base
|
|
|
|
|
|
class Th<caret>eTest(aid.test.base.TestBase):
|
|
|
|
def test_case_1(self):
|
|
self.fail()
|
|
|
|
def test_case_2(self):
|
|
pass |