Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Add basic testcases for the audioservice interface #2332

@forslund

Description

@forslund

Add tests for the audioservice interface for skills.

Basically the tests need to create a mock bus and create the audioservice with

bus_mock = Mock()`
as = AudioService(bus_mock)

Then do calls against the objects methods and ensure that the expected messages are sent on the mock_bus.

If there are questions just comment here or join our chat!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions