mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
test: Early load custom configuration
hack for borg class Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import os
|
||||
|
||||
from aqt import helper
|
||||
|
||||
|
||||
# Early load custom configuration for test because it is Borg/Singleton
|
||||
helper.Settings(os.path.join(os.path.dirname(__file__), "data", "settings.ini"))
|
||||
Reference in New Issue
Block a user