removed julython test file

This commit is contained in:
Stephen M. McQuay 2012-07-13 08:43:36 -06:00
parent 3f927477e9
commit 2b3ab866b2
1 changed files with 0 additions and 11 deletions

View File

@ -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