Rename class attribute containing the class to be tested, so the name is the

same as for the string and sequence tests.
This commit is contained in:
Walter Dörwald 2004-06-02 18:42:25 +00:00
parent b4541c2653
commit 118f931d07
5 changed files with 16 additions and 16 deletions

View file

@ -209,7 +209,7 @@ from test import mapping_tests
class EnvironTests(mapping_tests.BasicTestMappingProtocol):
"""check that os.environ object conform to mapping protocol"""
_tested_class = None
type2test = None
def _reference(self):
return {"KEY1":"VALUE1", "KEY2":"VALUE2", "KEY3":"VALUE3"}
def _empty_mapping(self):