Don't leak extra mock service when running python tests

* Were erroneously starting the mock service when loading
   the python test modules, although already started in setUp()
This commit is contained in:
Stef Walter 2012-06-27 07:41:46 +02:00
parent 1e697f6796
commit 268f2dfd62
3 changed files with 0 additions and 6 deletions

View File

@ -5,8 +5,6 @@ import unittest
from gi.repository import MockService as Mock
from gi.repository import Secret, GLib
Mock.start("mock-service-normal.py")
STORE_SCHEMA = Secret.Schema.new("org.mock.Schema",
Secret.SchemaFlags.NONE,
{

View File

@ -5,8 +5,6 @@ import unittest
from gi.repository import MockService as Mock
from gi.repository import Secret, GLib
Mock.start("mock-service-normal.py")
STORE_SCHEMA = Secret.Schema.new("org.mock.Schema",
Secret.SchemaFlags.NONE,
{

View File

@ -5,8 +5,6 @@ import unittest
from gi.repository import MockService as Mock
from gi.repository import Secret, GLib
Mock.start("mock-service-normal.py")
STORE_SCHEMA = Secret.Schema.new("org.mock.Schema",
Secret.SchemaFlags.NONE,
{