We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the library is manually tested by me in a project I'm working on. The examples can also serve as tests.
But it's important to have automatic tests to check for errors continuously. Those are lacking right now and should be added too.
The text was updated successfully, but these errors were encountered:
test: Added Event.String()
546eb90
Part of #1
test: Added first tests for Event.Write()
243c6b3
test: Added Event.JSONData()
5c927f5
test: Added Hub.Publish()
9eeb747
Part of #1 It's a little crude for now. It also needs more than one receiver.
christopher-kleine
No branches or pull requests
Currently the library is manually tested by me in a project I'm working on.
The examples can also serve as tests.
But it's important to have automatic tests to check for errors continuously.
Those are lacking right now and should be added too.
The text was updated successfully, but these errors were encountered: