aboutsummaryrefslogtreecommitdiff
path: root/mytest.py
diff options
context:
space:
mode:
Diffstat (limited to 'mytest.py')
-rw-r--r--mytest.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/mytest.py b/mytest.py
index 680f198d..448076c6 100644
--- a/mytest.py
+++ b/mytest.py
@@ -94,6 +94,9 @@ class Session:
self.dialog_stack = [ ]
self.summary_stack = [ ]
self.summary = None
+
+ for p in plugins.getPlugins(PluginDescriptor.WHERE_SESSIONSTART):
+ p(reason=0, session=self)
def processDelay(self):
self.execEnd()
@@ -303,9 +306,9 @@ class VolumeControl:
self.muteDialog.hide()
def runScreenTest():
- session = Session(desktop = getDesktop(0), summary_desktop = getDesktop(1), navigation = Navigation())
-
plugins.readPluginList(resolveFilename(SCOPE_PLUGINS))
+
+ session = Session(desktop = getDesktop(0), summary_desktop = getDesktop(1), navigation = Navigation())
screensToRun = [ ]