[ { "prompt": "Find unit tests in ~/Timmy-Time-dashboard/tests/ that are completely mocked out and not testing any real behavior. These are tests where:\n\n1. Every function/method under test is mocked, and the test just asserts the mock's return value\n2. The test patches so many things that no real code path executes\n3. The test creates a mock, sets a return_value, calls the mock, then asserts the return_value \u2014 circular testing\n4. Tests that only verify mock.assert_called_once() without testing any real logic\n\nFor each file, list:\n- The file path\n- The specific test function names that are pure mock theater\n- A one-line explanation of why it's not testing anything real\n\nSearch ALL test files under ~/Timmy-Time-dashboard/tests/ (excluding .tox, .claude directories). Focus on tests/ at the top level.\n\nOutput a clean report grouped by file.", "chosen": "", "session": "session_20260314_183347_4e999a.json" } ]