added filepaths for config files, variable replacement, resolving
This commit is contained in:
0
tests/test_config/bad/__init__.py
Normal file
0
tests/test_config/bad/__init__.py
Normal file
1
tests/test_config/bad/attribute.py
Normal file
1
tests/test_config/bad/attribute.py
Normal file
@@ -0,0 +1 @@
|
||||
bad = '{pecan.conf.id.does.not.exist}'
|
||||
4
tests/test_config/bad/module_and_underscore.py
Normal file
4
tests/test_config/bad/module_and_underscore.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import sys
|
||||
|
||||
__badattr__ = True
|
||||
moduleattr = sys
|
||||
Reference in New Issue
Block a user