Parcourir la source

[2353] Remove the digit suffix from tests

The conflicting test names are in a different class.
Mukund Sivaraman il y a 12 ans
Parent
commit
54a707d39a
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

@@ -1497,7 +1497,7 @@ class TestBossComponents(unittest.TestCase):
 
     # there is another test with this name (minus the digits), but both
     # do different things.
-    def test_start_auth2(self):
+    def test_start_auth(self):
         '''Test that b10-auth is started.'''
         bob = MockBobSimple()
         bob.c_channel_env = {}
@@ -1507,7 +1507,7 @@ class TestBossComponents(unittest.TestCase):
 
     # there is another test with this name (minus the digits), but both
     # do different things.
-    def test_start_resolver2(self):
+    def test_start_resolver(self):
         '''Test that b10-resolver is started.'''
         bob = MockBobSimple()
         bob.c_channel_env = {}