Is there a preferred way for testing dependency providers and entrypoints?
Granted, the basic idea of nameko is to have dependency providers be the layer into the outside world that is mocked out during testing, but in many cases the providers themselves need quite complex logic (spawned managed threads, deserialization of inbound data and so on).
So I'd be interested in the solutions out there especially since the story for testing service logic (worker factory, dependency replacement and so on) in nameko is really nice!