@@ -40,7 +40,7 @@ def test___str__(self):
4040 self .assertEqual (
4141 str (dni ),
4242 "An object has failed to implement interface "
43- "zope. interface.tests.test_exceptions.IDummy: "
43+ "interface.tests.test_exceptions.IDummy: "
4444 "Does not declaratively implement the interface."
4545 )
4646
@@ -49,7 +49,7 @@ def test___str__w_candidate(self):
4949 self .assertEqual (
5050 str (dni ),
5151 "The object 'candidate' has failed to implement interface "
52- "zope. interface.tests.test_exceptions.IDummy: "
52+ "interface.tests.test_exceptions.IDummy: "
5353 "Does not declaratively implement the interface."
5454 )
5555
@@ -69,15 +69,15 @@ def test___str__(self):
6969 self .assertEqual (
7070 str (dni ),
7171 'An object has failed to implement interface '
72- 'zope. interface.tests.test_exceptions.IDummy: '
72+ 'interface.tests.test_exceptions.IDummy: '
7373 "The 'missing' attribute was not provided." )
7474
7575 def test___str__w_candidate (self ):
7676 dni = self ._makeOne ('candidate' )
7777 self .assertEqual (
7878 str (dni ),
7979 'The object \' candidate\' has failed to implement interface '
80- 'zope. interface.tests.test_exceptions.IDummy: '
80+ 'interface.tests.test_exceptions.IDummy: '
8181 "The 'missing' attribute was not provided." )
8282
8383
@@ -166,7 +166,7 @@ def test__str__(self):
166166 self .assertEqual (
167167 str (dni ),
168168 "The object 'target' has failed to implement interface "
169- "zope. interface.tests.test_exceptions.IDummy:\n "
169+ "interface.tests.test_exceptions.IDummy:\n "
170170 " The contract of 'aMethod' is violated because I said so\n "
171171 " Regular exception"
172172 )
@@ -183,7 +183,7 @@ def test__repr__(self):
183183 self .assertEqual (
184184 repr (dni ),
185185 "MultipleInvalid("
186- "<InterfaceClass zope. interface.tests.test_exceptions.IDummy>,"
186+ "<InterfaceClass interface.tests.test_exceptions.IDummy>,"
187187 " 'target',"
188188 " (BrokenMethodImplementation('aMethod', 'I said so'),"
189189 " Exception('Regular', 'exception')))"
0 commit comments