bramqp icon indicating copy to clipboard operation
bramqp copied to clipboard

Add Tests

Open bakkerthehacker opened this issue 10 years ago • 3 comments

Currently there are no tests. I did test most of the code while writing it, but there still may be issues, especially in the FrameParser and FrameSerializer.

bakkerthehacker avatar Oct 31 '13 00:10 bakkerthehacker

The test framework have been added. Tests for the low level FrameParser and FrameSerializer have been added.

bakkerthehacker avatar Nov 24 '13 21:11 bakkerthehacker

the tests for FrameParser and FrameSerializer need to test the read and used properties

bakkerthehacker avatar Jan 15 '14 18:01 bakkerthehacker

In addition to testing the low level frame stuff, the actual functionality of bramqp should be tested with a RabbitMQ server. TravisCI should have a server to use for this.

bakkerthehacker avatar Jan 23 '14 18:01 bakkerthehacker