Skip to content

Commit

Permalink
Remove incomplete test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhubbard committed Jul 10, 2013
1 parent 932fc7c commit 95900ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
import unittest

class TestSSH(unittest.TestCase):

"""
sshmap unit tests
"""
def set_up(self):
pass

Expand All @@ -38,7 +40,6 @@ def test_shell_script_as_user(self):
self.assertEqual('localhost: hello', result)
os.remove('testscript.test')

def test_shell_script_as_root(self):

if __name__ == '__main__':
unittest.main()

0 comments on commit 95900ae

Please sign in to comment.