personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tests: format retention nudge assertions

+1 -2
+1 -2
tests/test_retention.py
··· 708 708 "raw_media_gb", 709 709 } 710 710 assert all( 711 - "always retain observed media" in warning["message"] 712 - for warning in warnings 711 + "always retain observed media" in warning["message"] for warning in warnings 713 712 ) 714 713 715 714 def test_days_mode_does_not_append_nudge(self, tmp_path, monkeypatch):