- tests/ root with __init__.py - tests/unit/ for mocked unit tests (CI) - tests/integration/ for hardware tests (local only) - tests/fixtures/ for test data files
@@ -0,0 +1 @@
+# Dune Weaver Backend Tests
+# Integration tests - hardware tests, local only
+# Unit tests - mocked dependencies, runs in CI