diff options
author | Alex Chavkin <alexlchavkin@gmail.com> | 2023-02-12 12:48:14 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-02-16 16:59:36 -0500 |
commit | 534fc2d19c0d2e1d9d69ddc348413cea4e2429b4 (patch) | |
tree | f0f7ee20c565add09414e5ca763d87a5c659acc9 /tests | |
parent | 4eb5756d7cf6e5f01fc0afdde210c413851cbf4c (diff) |
spacing to pass style check
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_hostkeys.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_hostkeys.py b/tests/test_hostkeys.py index f11f8523..bdda295a 100644 --- a/tests/test_hostkeys.py +++ b/tests/test_hostkeys.py @@ -65,6 +65,7 @@ Ngw3qIch/WgRmMHy4kBq1SsXMjQCte1So6HBMvBPIW5SiMTmjCfZZiw4AYHK+B/JaOwaG9yRg2Ejg\ 1kKBWApqpH1ve9XDQYN8zgxM4b16L21kpoWQnZtXrY3GZ4/it9kUgyB7+NwacIBlXa8cMDL7Q/69o\ 0d54U0X/NeX5QxuYR6OMJlrkQB7oiW/P/1mwjQgE=""" + class HostKeysTest(unittest.TestCase): def setUp(self): with open("hostfile.temp", "w") as f: @@ -159,6 +160,7 @@ class HostKeysTest(unittest.TestCase): else: assert False, "Key was not deleted from Entry on delitem!" + class HostKeysTabsTest(HostKeysTest): def setUp(self): with open("hostfile.temp", "w") as f: |