Move lt_test_utils into a shared testing directory

This commit is contained in:
Julian Stirling 2025-12-18 17:13:15 +00:00
parent d08d4cd325
commit 4e043f3df2
7 changed files with 9 additions and 4 deletions

4
tests/__init__.py Normal file
View file

@ -0,0 +1,4 @@
"""Tests for the OpenFlexure Server.
Each test suite should be run separately.
"""