79325954

Date: 2025-01-03 09:03:40
Score: 1.5
Natty:
Report link

After some investigation, I identified the problem: I use modular architecture and the issue was that Sourcery couldn't resolve a parent protocol located in another module when generating mocks for a child protocol in the current module. Since Sourcery processes only the specified source files, it lacked the necessary context for the parent protocol.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Levan Karanadze