micro-fix: make test filenames unique to avoid pytest import conflicts

- multiple test files shared the same module name "test_structure.py"
- this cause pytest import mismatches during collection
- renamed test files to "test_email_reply_agent" and "test_meeting_scheduler"
- eliminated module name collisions and fixed test discovery
This commit is contained in:
Leandro Rodrigues
2026-03-23 16:13:31 -03:00
parent aca2dfb536
commit c9134cfd91
2 changed files with 0 additions and 0 deletions