jmalloc / ax

A message-driven application toolkit for Go. [EXPERIMENTAL]
MIT License
9 stars 3 forks source link

Make mocks and test messages available to other packages. #97

Closed jmalloc closed 6 years ago

jmalloc commented 6 years ago

I've moved the outbox functional tests into an axtest package. The same could be done for all of the mocks and test messages so that they are available to "third party" persistence/transport implementations.

I suggest moving internal/messagetest -> axtest/testmessages and all of the other packages (which are generated mocks) into an axtest/mocks package.