unify mocks for client and devices for unit tests
Multiple tests in BEC Widgets
are using mocked_client
fixture and FakeDevice
class to mock the interaction with the BEC client. They could be unified to more general fixtures and share across the tests.
Edited by wyzula_j