Commit 3e718929 by fwkz

pycodestyle fixes

parent f9afc4c8
......@@ -255,5 +255,6 @@ class RoutersploitCompleterTest(RoutersploitTestCase):
'show options'
)
if __name__ == '__main__':
unittest.main()
......@@ -621,5 +621,6 @@ class RoutersploitInterpreterTest(RoutersploitTestCase):
]
)
if __name__ == '__main__':
unittest.main()
......@@ -52,5 +52,6 @@ class UtilsTest(RoutersploitTestCase):
]
)
if __name__ == '__main__':
unittest.main()
......@@ -136,5 +136,6 @@ class ValidatorsTest(RoutersploitTestCase):
value = "t"
self.assertEqual(validators.boolify(value), True)
if __name__ == '__main__':
unittest.main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment