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 cd837bd commit 211caffCopy full SHA for 211caff
test/test/conn_primitive_remote.py
@@ -71,7 +71,6 @@ 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