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

Tests & Coverage #1

Open
4 tasks
SolarLiner opened this issue Dec 29, 2017 · 0 comments
Open
4 tasks

Tests & Coverage #1

SolarLiner opened this issue Dec 29, 2017 · 0 comments

Comments

@SolarLiner
Copy link
Owner

In order to attest of the quality of the code (even while being so small a project), I'd like to have code tested and coverage checked. However, C++ doesn't have native code checking tools, and testing would require a notification daemon.

In short, TODO:

  • Write tests
    • Test the Notification class and check that data is successfully passed to the NotifyNotification
    • Test the upcoming IO interface that writes to stdio (light abstraction on the direct use of streams)
  • Get a good coverage workflow going; for now the tests gets compiled with coverage flags but aren't successfully parsed.
@SolarLiner SolarLiner added this to the 0.2 milestone Dec 29, 2017
@SolarLiner SolarLiner added this to To Do in Notification sender with callbacks via automation Dec 29, 2017
@SolarLiner SolarLiner moved this from To Do to In progress in Notification sender with callbacks Dec 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant