refactoring

This commit is contained in:
dcsena 2023-03-20 10:47:15 -04:00
commit 4d6a9f369e

View file

@ -20,8 +20,10 @@ try:
except AttributeError: except AttributeError:
_DEV_NULL = open(os.devnull, 'wb') _DEV_NULL = open(os.devnull, 'wb')
from nose.tools import nottest from nose.tools import nottest
@nottest @nottest
class TestExecution(unittest.TestCase): class TestExecution(unittest.TestCase):
def test_import(self): def test_import(self):