Should we remove the in-memory message pump/secret provider? #236
Unanswered
stijnmoreels
asked this question in
Q&A
Replies: 1 comment
-
Don't base the decision on one single opinion, but I have never used or required the in-memory messagepump. Typically we have unit-tests that test the message-handlers, but to test that, we don't need a messagepump. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure if this is something that is particulary useful for developers of regular applications. It might be better to allow people create their own test infrastructure.
Plus, since these are not commonly used fixtures (message pump + secret store), it might be unnecessary for now to support dedicated test infrastructure for them.
Beta Was this translation helpful? Give feedback.
All reactions