Option.force_default() -> opt value returns the default value
This commit is contained in:
@ -71,10 +71,10 @@ def process_modules():
|
||||
if not '__init__' in modname:
|
||||
parse_module(modname)
|
||||
|
||||
pyfiles = glob(normpath(join(directory, '..', 'tiramisu', 'test', '*.py')))
|
||||
pyfiles = glob(normpath(join(directory, '..', 'test', '*.py')))
|
||||
for pyf in pyfiles:
|
||||
pyf = splitext(basename(pyf))[0]
|
||||
modname = 'tiramisu.test.' + pyf
|
||||
modname = 'test.' + pyf
|
||||
if not '__init__' in modname:
|
||||
parse_module(modname)
|
||||
|
||||
|
Reference in New Issue
Block a user