Exemplo n.º 1
0
 def setUp(self):
     super(TestDevice, self).setUp()
     self.target = Target(None, None)
Exemplo n.º 2
0
 def test_base(self):
     target = Target(None, None)
     self.assertIsInstance(target.get_device_version(), str)