diff options
Diffstat (limited to 'tests/data/test_config/config.with+illegal(module)name.characters.py')
| -rw-r--r-- | tests/data/test_config/config.with+illegal(module)name.characters.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/test_config/config.with+illegal(module)name.characters.py b/tests/data/test_config/config.with+illegal(module)name.characters.py new file mode 100644 index 0000000..39a8aeb --- /dev/null +++ b/tests/data/test_config/config.with+illegal(module)name.characters.py @@ -0,0 +1,6 @@ +import conf + +globals().update(vars(conf)) +ADDITIONAL_METADATA = { + "ID": "illegal" +} |
