test push to julython
This commit is contained in:
parent
889cdf201c
commit
70f274e96c
11
surf/test/test_test.py
Normal file
11
surf/test/test_test.py
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user