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:
_DEV_NULL = open(os.devnull, 'wb')
from nose.tools import nottest
@nottest
class TestExecution(unittest.TestCase):
def test_import(self):