Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_tubeup_attribute_logger_when_quiet_mode(self):
# self.tu is already `TubeUp` instance with quiet mode, so we don't
# create a new instance here.
self.assertIsInstance(self.tu.logger, LogErrorToStdout)