mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
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:
parent
b4541c2653
commit
118f931d07
5 changed files with 16 additions and 16 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue