removed julython test file
This commit is contained in:
parent
3f927477e9
commit
2b3ab866b2
@ -1,11 +0,0 @@
|
|||||||
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