update tests
This commit is contained in:
parent
3d756e8ac6
commit
ea588b264a
@ -20,9 +20,9 @@ import unittest
|
|||||||
from teeth_agent import hardware
|
from teeth_agent import hardware
|
||||||
|
|
||||||
|
|
||||||
class TestBaseTeethAgent(unittest.TestCase):
|
class TestBaseHardwareManager(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
self.hardware = hardware.HardwareInspector()
|
self.hardware = hardware.BaseHardwareManager()
|
||||||
|
|
||||||
@mock.patch('__builtin__.open')
|
@mock.patch('__builtin__.open')
|
||||||
def test_decom_mode(self, mocked_open):
|
def test_decom_mode(self, mocked_open):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user