hreinhardt/amqp

Automate testing

Closed this issue · 2 comments

I don't see any automated tests for the project. Are there any?

I'd be happy to contribute some (there are many examples that can be stolen from Bunny and Langohr test suites) if you can
recommend a testing library that's well suited for testing asynchronous workflows.

There are no tests. I'm not sure which test library would be the most suitable for this situation. I've looked a bit at example code for the different libraries and to me hspec seems to be the cleanest, so I'd suggest you start there. It's modeled after RSpec so that might make converting the test cases a bit easier.

#29 starts the effort and I'm working on adding a lot more tests.