Ensure config path is being updated with _testing correctly during testing
parent
3fcad16298
commit
1e748f11ef
|
@ -79,7 +79,7 @@ def get_app_dir(app_name, roaming=True, force_posix=False):
|
|||
# outside of the users filesystem
|
||||
if "pytest" in sys.modules:
|
||||
log.info("TESTING")
|
||||
os.path.join(app_name, TEST_CONFIG_DIR_PATH)
|
||||
app_name = os.path.join(app_name, TEST_CONFIG_DIR_PATH)
|
||||
|
||||
# if WIN:
|
||||
if platform.system() == 'Windows':
|
||||
|
|
Loading…
Reference in New Issue