-
Notifications
You must be signed in to change notification settings - Fork 13
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
Write client and server unit tests #26
Comments
Should write a test suite testable with Maven, and then display with Coveralls. |
Crypto unit tests added as part of #36. |
masomel
added a commit
that referenced
this issue
Aug 20, 2016
masomel
added a commit
that referenced
this issue
Feb 8, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The past release removed a lot of functionality that made automated testing easier. The only way to test the system is by running the server and client directly since they can only communicate over the network.
#16 made interactive testing easy, but removed the ability to test the client automatically.
The text was updated successfully, but these errors were encountered: