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

Add Parameter Tests #61

Merged
merged 109 commits into from
Jan 28, 2025
Merged

Add Parameter Tests #61

merged 109 commits into from
Jan 28, 2025

Conversation

OliverGlandberger
Copy link
Contributor

@OliverGlandberger OliverGlandberger commented Jan 20, 2025

The main objective of this PR is to add tests to RTProtocol functionality that handles XML data. The following is a comprehensive list of noteworthy changes:

  • Added 'Build tests' option to CMakeLists.txt
  • Added dummy network class to better enable testing
  • Included Doctest testing library
  • Included tinyxml2, limited usage so far (within dummy network class)
  • Updated README.md with some building/testing instructions
  • Created additional 'Get' functions in RTProtocol to make testing easier
  • Added tests that aim to cover most, if not all, of RTProtocol functions that utilize the CMarkup library
  • Fixed skeleton XML-parsing bug in RTProtocol.cpp (line 4411)

image

@qjgn qjgn changed the title [DRAFT] Add XML tests [DRAFT] Add XML Tests Jan 20, 2025
@OliverGlandberger OliverGlandberger changed the title [DRAFT] Add XML Tests Add Parameter Tests Jan 24, 2025
@OliverGlandberger OliverGlandberger marked this pull request as ready for review January 24, 2025 12:19
Copy link

@bahlborn bahlborn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestions made

@OliverGlandberger
Copy link
Contributor Author

@bahlborn Your suggestions have been resolved. Merging so that we can become unblocked.

@OliverGlandberger OliverGlandberger merged commit a19cab5 into master Jan 28, 2025
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.

4 participants