Add unit tests that simulates broken frames and catches the correct error.

This commit is contained in:
Julian Stirling 2025-08-20 18:59:55 +01:00
parent 46be2c770e
commit 347247f45b
2 changed files with 63 additions and 1 deletions

View file

@ -1,4 +1,8 @@
"""Generic tests for cameras, specific camera hardware reqipres hardware specific tests."""
"""Tests for camera classes. These tests focus on checking the camera APIs are equivalent.
Tests for specific camera hardware are in the hardware-specific-tests directory. Tests
on camera functionality using the simulation camera are in "test_camera".
"""
import pytest