Skip to content

Add unit tests for data parsing #1

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

Merged
merged 1 commit into from
Sep 12, 2022
Merged

Add unit tests for data parsing #1

merged 1 commit into from
Sep 12, 2022

Conversation

per1234
Copy link

@per1234 per1234 commented Sep 11, 2022

The specified Arduino plotter protocol is quite flexible, which means there multiple possible data formats which might be supplied by a user, all of which must be supported.

In order to be able to continue the development of the project with confidence that no regressions will be introduced, good test coverage of the data formats is essential.

Tests are added here. A GitHub Actions workflow will automatically run the tests after every relevant change as well as periodically to catch breakage that might result from external changes.

The specified Arduino plotter protocol is quite flexible, which means there multiple possible data formats which might
be supplied by a user, all of which must be supported.

In order to be able to continue the development of the project with confidence that no regressions will be introduced,
good test coverage of the data formats is essential.

Tests are added here. A GitHub Actions workflow will automatically run the tests after every relevant change as well as
periodically to catch breakage that might result from external changes.
@nmzaheer nmzaheer merged commit d734767 into nmzaheer:main Sep 12, 2022
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

Successfully merging this pull request may close these issues.

2 participants