Skip to content

improve testability of STOMP protocol classes #64

Description

@ejd

It's difficult for test cases to vary the parameters used to initialize, say, coilmq.protocol.STOMP11 without also reaching inside coilmq.engine.StompEngine. It would be nice if an instance of coilmq.protocol.STOMP were passed to StompEngine instead of the type. This will require STOMP.__init__ to not take a StompEngine argument. This work will probably have to build on whatever the fix for #32 might be.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions