Several configuration file #676
Unanswered
quentinalbertone
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Hi, this has been proposed by someone else, I think there's a decent need for it. The configuration parsing for I think all that should be needed here is to add code to the
I think you'll find this task won't be as easy as you might think. I'm open to discussing it further though. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm working in a mono-repo environnement which contains several services, I would like to configure mockery through several
.mockery.yaml. This will help me to prevent a huge file which will mix dozens of interface (and all the issues like merge conflict , etc).The goal is tomockery only once at the root of the repo but if it's possible with one call to mockery for each services, I will be happy too.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions