mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-18282 and PY-18163: adding tests and fixing same trouble for py.test
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import unittest
|
||||
|
||||
|
||||
class TestBase(unittest.TestCase):
|
||||
|
||||
pass
|
||||
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user