Add unit tests that simulates broken frames and catches the correct error.
This commit is contained in:
parent
46be2c770e
commit
347247f45b
2 changed files with 63 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue