summaryrefslogtreecommitdiffhomepage
path: root/tests/test_util.py
diff options
context:
space:
mode:
authorOlle Lundberg <geek@nerd.sh>2012-10-16 17:02:04 +0200
committerOlle Lundberg <geek@nerd.sh>2012-10-16 17:02:04 +0200
commit221131fa21e624a30d0d7cd5ed29e2749ddfd246 (patch)
tree61c30ff5d6cd80dcebed4dbb97bb024f4c131eca /tests/test_util.py
parent04cc4d55102c111d3e054ef8d83a0a62c34de561 (diff)
Whitespace fixes.
Diffstat (limited to 'tests/test_util.py')
-rw-r--r--tests/test_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_util.py b/tests/test_util.py
index d1776db3..9cbc4397 100644
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -213,7 +213,6 @@ Host *
self.assertRaises(AssertionError,
lambda: paramiko.util.retry_on_signal(raises_other_exception))
-
def test_9_host_config_test_negation(self):
test_config_file = """
Host www13.* !*.example.com
@@ -235,6 +234,7 @@ Host *
paramiko.util.lookup_ssh_host_config(host, config),
{'hostname': host, 'port': '8080'}
)
+
def test_10_host_config_test_proxycommand(self):
test_config_file = """
Host proxy-with-equal-divisor-and-space