Add example tests (#50)

This commit is contained in:
Raman Gupta
2021-01-13 11:17:25 -06:00
committed by GitHub
parent f85cbb043d
commit e059bc7cc5
18 changed files with 454 additions and 6 deletions

View File

@@ -31,5 +31,5 @@ not_skip = __init__.py
force_sort_within_sections = true
sections = FUTURE,STDLIB,INBETWEENS,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
default_section = THIRDPARTY
known_first_party = custom_components.integration_blueprint
known_first_party = custom_components.integration_blueprint, tests
combine_as_imports = true