Pyling fixes

This commit is contained in:
rallytime 2014-07-09 16:22:00 -06:00
parent 56279770a9
commit 1df0c20d97

View File

@ -34,8 +34,8 @@ class BatchTest(integration.ShellCase):
'minion:',
' batch testing']
self.assertEqual(self.run_salt('\'*\' test.echo \'batch testing\' -b 50%'), ret)
if __name__ == '__main__':
from integration import run_tests
run_tests(BatchTest)
run_tests(BatchTest)