test push to julython
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
import unittest
|
||||||
|
|
||||||
|
class Testor(unittest.TestCase):
|
||||||
|
@unittest.skip('for "unknown" reasons')
|
||||||
|
def test_a(self):
|
||||||
|
a = 12
|
||||||
|
self.assertEqual(12, a)
|
||||||
|
|
||||||
|
def test_b(self):
|
||||||
|
self.skipTest('for "unknown" reasons')
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user