Add comprehensive unit tests for app/utils/settings_sync.py

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
google-labs-jules[bot]
2026-03-16 09:19:19 +00:00
parent 2732dafba9
commit 7fadbfa992
2 changed files with 209 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
pytest tests/ -k "not test_e2e_full_stack and not test_upload_tasks and not test_slow" -m "not slow" -n 4