update tests

This commit is contained in:
2018-12-08 00:02:23 +01:00
parent da99c8eb69
commit f9b9ccacf1
5 changed files with 109 additions and 106 deletions

View File

@ -28,7 +28,8 @@ class SynDynOption:
"""
__slots__ = ('rootpath',
'opt',
'suffix')
'suffix',
'__weakref__')
def __init__(self,
opt: BaseOption,