This website requires JavaScript.
Explore
Help
Sign In
perplexity
/
Timmy-time-dashboard
Archived
Watch
1
Star
0
Fork
0
You've already forked Timmy-time-dashboard
forked from
Rockachopa/Timmy-time-dashboard
Code
Issues
Pull Requests
1
Activity
This repository has been archived on
2026-03-24
. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bcd6d7e321eeed49871195a192afdcd99a6615b6
Timmy-time-dashboard
/
tests
/
timmy
History
hermes
bcd6d7e321
[loop-cycle-50] refactor: replace bare sqlite3.connect() with context managers batch 2 (
#157
) (
#180
)
2026-03-15 11:58:43 -04:00
..
__init__.py
refactor: Phase 3 — reorganize tests into module-mirroring subdirectories
2026-02-26 21:21:28 +00:00
test_agent_retry.py
[loop-cycle-38] fix: add retry logic for Ollama 500 errors (
#131
) (
#133
)
2026-03-15 09:38:21 -04:00
test_agent.py
[loop-cycle-49] fix: mock _warmup_model in agent tests to prevent Ollama network calls (
#159
) (
#177
)
2026-03-15 11:46:20 -04:00
test_api_rate_limiting.py
ruff (
#169
)
2026-03-11 12:23:35 -04:00
test_approvals.py
[loop-cycle-50] refactor: replace bare sqlite3.connect() with context managers batch 2 (
#157
) (
#180
)
2026-03-15 11:58:43 -04:00
test_autoresearch_perplexity.py
Claude/angry cerf (
#173
)
2026-03-11 16:55:27 -04:00
test_autoresearch.py
ruff (
#169
)
2026-03-11 12:23:35 -04:00
test_backends.py
[loop-cycle-40] fix: use get_system_prompt() in cloud backends (
#135
) (
#138
)
2026-03-15 09:44:43 -04:00
test_calculator.py
refactor: Phase 3 — reorganize tests into module-mirroring subdirectories
2026-02-26 21:21:28 +00:00
test_cli_multiword.py
fix: CLI chat accepts multi-word messages without quotes
2026-03-14 19:43:52 -04:00
test_cli.py
[loop-cycle-30] fix: gitea-mcp binary name + test stabilization
2026-03-14 21:32:39 -04:00
test_confidence.py
[loop-cycle-47] feat: add confidence signaling module (
#143
) (
#161
)
2026-03-15 11:20:30 -04:00
test_conversation.py
feat: tick prompt arg + fix name extraction learning verbs as names
2026-03-11 21:11:53 -04:00
test_grok_backend.py
[loop-cycle-40] fix: use get_system_prompt() in cloud backends (
#135
) (
#138
)
2026-03-15 09:44:43 -04:00
test_interview.py
fix: repair broken test patch target and add interview transcript (
#156
)
2026-03-10 15:26:29 -04:00
test_introspection.py
[loop-cycle-30] fix: gitea-mcp binary name + test stabilization
2026-03-14 21:32:39 -04:00
test_loop_qa.py
feat: add Loop QA self-testing framework
2026-03-11 22:33:16 -04:00
test_mcp_tools.py
cleanup: delete dead modules — ~7,900 lines removed
2026-03-14 09:49:24 -04:00
test_memory_system.py
[loop-cycle-36] fix: create soul.md and wire into system context (
#125
) (
#130
)
2026-03-15 08:37:24 -04:00
test_ollama_disconnect.py
fix: log Ollama disconnections with specific error handling (
#92
)
2026-03-14 18:40:15 -04:00
test_ollama_timeout.py
[loop-cycle-34] fix: mock Ollama model resolution in create_timmy tests (
#121
) (
#126
)
2026-03-15 08:20:00 -04:00
test_prompts.py
[loop-cycle-38] fix: add soul identity to system prompts (
#127
) (
#134
)
2026-03-15 09:42:57 -04:00
test_routing.py
fix: word-boundary routing + debug route command (
#31
)
2026-03-14 19:21:30 -04:00
test_self_awareness.py
fix: enrich self-knowledge with architecture map and self-modification pathway
2026-03-14 20:15:30 -04:00
test_semantic_memory.py
test: add 86 tests for semantic_memory.py (
#54
)
2026-03-14 19:15:55 -04:00
test_session_identity.py
feat: inject session_id into system prompt for session identity awareness
2026-03-14 19:43:11 -04:00
test_session_logging.py
ruff (
#169
)
2026-03-11 12:23:35 -04:00
test_session.py
feat: replace custom Gitea client with MCP servers
2026-03-12 21:40:32 -04:00
test_thinking.py
Merge pull request 'fix: replace print() with proper logging (
#29
,
#51
)' (
#59
) from fix/print-to-logging into main
2026-03-14 16:50:04 -04:00
test_timmy_serve_app.py
Operation Darling Purge: slim to wealth core (-33,783 lines) (
#121
)
2026-03-02 13:17:38 -05:00
test_timmy_serve_cli.py
Operation Darling Purge: slim to wealth core (-33,783 lines) (
#121
)
2026-03-02 13:17:38 -05:00
test_timmy_tools.py
fix: prune dead web_search tool — ddgs never installed (
#87
)
2026-03-14 18:13:51 -04:00
test_tool_safety.py
fix: prune dead web_search tool — ddgs never installed (
#87
)
2026-03-14 18:13:51 -04:00
test_tools_calculator.py
fix: replace eval() with AST-walking safe evaluator in calculator
2026-03-14 15:51:35 -04:00
test_tools_delegation.py
feat: add delegate_to_kimi() tool for coding delegation (
#67
)
2026-03-14 20:29:03 -04:00
test_tools_extended.py
Claude/angry cerf (
#173
)
2026-03-11 16:55:27 -04:00
test_vector_store.py
ruff (
#169
)
2026-03-11 12:23:35 -04:00
test_voice_loop.py
test: skip voice_loop tests gracefully when numpy unavailable
2026-03-14 18:24:56 -04:00
test_workspace.py
[loop-cycle-1] fix: lint errors — ambiguous vars + unused import (
#123
) (
#124
)
2026-03-15 08:07:19 -04:00