add tests for helper classes defined by fast stack

This commit is contained in:
Julian Stirling 2025-06-27 00:34:51 +01:00
parent 05af5e7548
commit 2ce2f998fa
4 changed files with 225 additions and 3 deletions

View file

@ -37,7 +37,8 @@ dev = [
"mypy-gitlab-code-quality",
# "pytest-gitlab-code-quality", # pytest version constraint clashes with labthings
"pytest",
"matplotlib~=3.10"
"matplotlib~=3.10",
"hypothesis",
]
pi = [
"picamera2~=0.3.27",