Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better test coverage #11

Open
daveyarwood opened this issue Nov 17, 2017 · 0 comments
Open

Better test coverage #11

daveyarwood opened this issue Nov 17, 2017 · 0 comments

Comments

@daveyarwood
Copy link
Owner

Lately, I've mostly been working my way through the zguide and porting examples over to Clojure with ezzmq. At this point, the tests are a ways behind the kind of ZMQ features I'm demoing in the examples.

We currently have tests for:

  • REQ/REP
  • PUB/SUB
  • PUSH/PULL
  • Polling

We could use some additional tests for:

  • Different combinations of REQ, REP, ROUTER and DEALER (see e.g. rtreq, rtdealer)
  • PUB/SUB proxy
  • ROUTER/based proxy between different types of sockets (REQ, DEALER, etc.)
  • Identity
  • Envelope-based PUB/SUB (see psenvpub/psenvsub)
  • Others?

Basically, we should go through the examples and see which examples it makes sense to translate into test cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant