Real tests added for PY-14560

This commit is contained in:
Ilya.Kazakevich
2015-05-21 22:26:41 +03:00
parent e149b3dc6b
commit cb1aa45d9e
3 changed files with 93 additions and 4 deletions
+13
View File
@@ -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