Skip to content

Commit cd837bd

Browse files
authored
break ConnPrimitiveRemoteTestCase
to see if test results reflect unittest modifications
1 parent 2dcc8b8 commit cd837bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test/conn_primitive_remote.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def setUp(self):
7171
"image_path": "test.bin",
7272
"platform_name": "my_platform",
7373
}
74+
TestCommandToCheckIfTestModificationsAreTakenIntoAccount
7475
self.importer = mock.MagicMock()
7576
self.importer.side_effect = lambda x: RemoteModuleMock
7677
self.remote = RemoteConnectorPrimitive("remote", self.config, self.importer)

0 commit comments

Comments
 (0)