Addon Manager: Create new git handling mechanism

This commit is contained in:
Chris Hennes
2022-08-16 17:47:21 -05:00
parent f0d5d716a7
commit b6da08ef8b
5 changed files with 336 additions and 0 deletions

View File

@@ -32,8 +32,12 @@ from AddonManagerTest.app.test_addon import (
from AddonManagerTest.app.test_macro import (
TestMacro as AddonManagerTestMacro,
)
from AddonManagerTest.app.test_git import (
TestGit as AddonManagerTestGit,
)
# dummy usage to get flake8 and lgtm quiet
False if AddonManagerTestUtilities.__name__ else True
False if AddonManagerTestAddon.__name__ else True
False if AddonManagerTestMacro.__name__ else True
False if AddonManagerTestGit.__name__ else True