Skip to content
Unverified Commit 996873f0 authored by wazo-community-zuul[bot]'s avatar wazo-community-zuul[bot] Committed by GitHub
Browse files

Merge pull request #207 from wazo-platform/rename_plugins_with_underscore

Rename plugin folders to be valid Python identifiers. Output archives maintain the original names.

reason: Python identifiers must not start with a number and may not
contain dashes and periods. Using valid identifier names allow them to
be treated as modules and allows the use of pytest, mypy and other tools
that do discovery by module. It's the first step to proper testing

Reviewed-by: Alexandre Fournier
parents 537a74bf 9f96108e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment