Person schema for merge_packages #21307 (#21703)

* Person schema for merge_packages #21307

* empty list

* skip empty persons

* hound

* test schema

* ensure_none

* remove any test changes

* remove_falsy validator

* nice!

* coretests
This commit is contained in:
Johann Kellerman 2019-04-03 04:43:06 +02:00 committed by Paulus Schoutsen
parent 5613e8bb60
commit 3453d67cfe
4 changed files with 19 additions and 8 deletions

View file

@ -48,7 +48,7 @@ def main():
schema_type, schema = _identify_config_schema(module)
add_msg("CONFIG_SCHEMA " + schema_type, module_name + ' ' +
add_msg("CONFIG_SCHEMA " + str(schema_type), module_name + ' ' +
color('cyan', str(schema)[:60]))
for key in sorted(msg):