Parcourir la source

[213] Rename tests

Michal 'vorner' Vaner il y a 13 ans
Parent
commit
586c93cef9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/bin/bind10/tests/bind10_test.py.in

+ 2 - 2
src/bin/bind10/tests/bind10_test.py.in

@@ -699,7 +699,7 @@ class TestBossCmd(unittest.TestCase):
         answer = bob.command_handler("ping", None)
         self.assertEqual(answer, {'result': [0, 'pong']})
 
-    def test_show_processes(self):
+    def test_show_processes_empty(self):
         """
         Confirm getting a list of processes works.
         """
@@ -707,7 +707,7 @@ class TestBossCmd(unittest.TestCase):
         answer = bob.command_handler("show_processes", None)
         self.assertEqual(answer, {'result': [0, []]})
 
-    def test_show_processes_started(self):
+    def test_show_processes(self):
         """
         Confirm getting a list of processes works.
         """