Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def setUp(self):
self.guess = cclib.io.ccio.guess_filetype
def setUp(self):
self.fallback = cclib.io.ccio.fallback
def setUp(self):
# It would be best to test with Pandas and not a mock!
if not hasattr(cclib.io.ccio, "pd"):
cclib.io.ccio.pd = mock.MagicMock()
def setUp(self):
# It would be best to test with Pandas and not a mock!
if not hasattr(cclib.io.ccio, "pd"):
cclib.io.ccio.pd = mock.MagicMock()