mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Real tests added for PY-14560
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
__author__ = 'Ilya.Kazakevich'
|
||||
import unittest
|
||||
|
||||
class SpamTest(unittest.TestCase):
|
||||
|
||||
def test_1(self):
|
||||
self.fail()
|
||||
|
||||
|
||||
class SpamTest2(unittest.TestCase):
|
||||
|
||||
def test_2(self):
|
||||
assert False
|
||||
Reference in New Issue
Block a user