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:
Reference in New Issue
Block a user