Skip to content

Run pyro_camera_api tests in CI #383

Description

@MateoLostanlen

The camera-API adapter tests (e.g. pyro_camera_api/tests/test_rest_snapshot.py, added in #382) are not executed by CI. The tests.yml job only runs the top-level tests/ (pyroengine), and pyro_camera_api is a separate package not installed in that env.

Wire pyro_camera_api tests into CI so adapters are covered:

  • add a job/step that installs pyro_camera_api and runs pytest from its package root, or
  • include it in the existing matrix with the right import path.

Context: the REST snapshot adapter landed in #382 with 10 local tests that currently don't gate merges.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions