We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcc8b8 commit cd837bdCopy full SHA for cd837bd
test/test/conn_primitive_remote.py
@@ -71,6 +71,7 @@ def setUp(self):
71
"image_path": "test.bin",
72
"platform_name": "my_platform",
73
}
74
+ TestCommandToCheckIfTestModificationsAreTakenIntoAccount
75
self.importer = mock.MagicMock()
76
self.importer.side_effect = lambda x: RemoteModuleMock
77
self.remote = RemoteConnectorPrimitive("remote", self.config, self.importer)
0 commit comments