__dir__ deleted
This commit is contained in:
@ -102,10 +102,10 @@ def test_str():
|
||||
c = Config(descr)
|
||||
print c # does not crash
|
||||
|
||||
def test_dir():
|
||||
descr = make_description()
|
||||
c = Config(descr)
|
||||
print dir(c)
|
||||
#def test_dir():
|
||||
# descr = make_description()
|
||||
# c = Config(descr)
|
||||
# print dir(c)
|
||||
|
||||
def test_make_dict():
|
||||
"serialization of the whole config to a dict"
|
||||
|
Reference in New Issue
Block a user