autowisp.tests.test_parse_config_overwrites module
Class Inheritance Diagram

Unit tests for user_interface.parse_config_overwrites.
- class autowisp.tests.test_parse_config_overwrites.TestParseConfigOverwrites(methodName='runTest')[source]
Bases:
TestCase
Edge-case coverage for the configuration-line → overwrites parser.
- test_double_quoted_value()[source]
Double quotes are stripped; their inner content is kept verbatim.
- test_non_parameter_keys_excluded()[source]
project-homeandsplit-channelsare silently dropped.Mirrors what
autowisp/browser_interface/home/static/home/js/create.project.jsstrips before populating the BUI textarea; these are never valid DB parameter overrides.
- test_semicolon_preserved_in_value()[source]
;is data, not a comment marker – preserve it verbatim.