Add pet and wildlife counts to daily digest

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-04-03 13:24:33 -04:00
parent 547193fd79
commit 2b3a4ba853
3 changed files with 90 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ def _create_test_engine(db_path: Path):
def tmp_data_dir(tmp_path):
"""Temporary data directory for tests."""
data_dir = tmp_path / "data"
data_dir.mkdir()
data_dir.mkdir(exist_ok=True)
return data_dir