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

Protocol test suite #5

Open
alecthomas opened this issue Feb 26, 2015 · 2 comments
Open

Protocol test suite #5

alecthomas opened this issue Feb 26, 2015 · 2 comments

Comments

@alecthomas
Copy link
Contributor

I am writing a Swift client for GoTalk and it would be excellent if there were a protocol test suite available. I have the base protocol written, but verifying correctness is a matter of trial and error.

I may tackle this myself, but thought I'd file an issue to gather thoughts first.

I imagined a data-driven suite would probably be most useful for different language implementations. Perhaps something where an implementation can load a JSON file (or whatever) and playback simulated communications with a server or client.

Thoughts?

@rsms
Copy link
Owner

rsms commented Mar 13, 2015

Great idea!

@rsms
Copy link
Owner

rsms commented Sep 13, 2020

2c048e7 adds a test suite that tests some aspects of communication in practice.

To try it:

git pull && make test

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

No branches or pull requests

2 participants