Initial update for this module's unit tests on Linux

Signed-off-by: sweeneys <sweeneys@amazon.com>
This commit is contained in:
sweeneys
2021-09-22 17:50:12 -07:00
parent 92c4b22445
commit 09ce73aa44
14 changed files with 417 additions and 76 deletions
@@ -8,8 +8,10 @@ Reg cleaner: tools for working with the lumberyard windows registry keys
"""
import logging
import os
import winreg
import ly_test_tools
if ly_test_tools.WINDOWS:
import winreg # OS-specific module availability, must be mocked if this file is accessed elsewhere e.g. unit tests
import ly_test_tools.environment.process_utils as process_utils
CONST_LY_REG = r'SOFTWARE\O3DE\O3DE'