Skip to content

Remove all c++ simulated tests#3676

Merged
nycrat merged 12 commits into
UBC-Thunderbots:masterfrom
nycrat:avah/deprecate_cpp_tests
May 19, 2026
Merged

Remove all c++ simulated tests#3676
nycrat merged 12 commits into
UBC-Thunderbots:masterfrom
nycrat:avah/deprecate_cpp_tests

Conversation

@nycrat

@nycrat nycrat commented Apr 4, 2026

Copy link
Copy Markdown
Member

Description

Gets rid of all er force simulated tests written in c++, and all the code that relates to it such as validation functions.

Testing Done

Resolved Issues

resolves #2581, resolves #2510

Length Justification and Key Files to Review

Review Checklist

It is the reviewers responsibility to also make sure every item here has been covered

  • Function & Class comments: All function definitions (usually in the .h file) should have a javadoc style comment at the start of them. For examples, see the functions defined in thunderbots/software/geom. Similarly, all classes should have an associated Javadoc comment explaining the purpose of the class.
  • Remove all commented out code
  • Remove extra print statements: for example, those just used for testing
  • Resolve all TODO's: All TODO (or similar) statements should either be completed or associated with a github issue

@nycrat nycrat force-pushed the avah/deprecate_cpp_tests branch from 0bac289 to 0c55b0d Compare April 4, 2026 23:30
Andrewyx
Andrewyx previously approved these changes Apr 5, 2026
@nycrat nycrat force-pushed the avah/deprecate_cpp_tests branch from 1dcd518 to b440d66 Compare April 5, 2026 04:50
@Andrewyx

Andrewyx commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

@williamckha Can you verify this is a safe action now?

@williamckha

Copy link
Copy Markdown
Member

@williamckha Can you verify this is a safe action now?

Not sure, I haven't been keeping up to date with the status of porting our sim tests. I would assume Eric and team have a better idea of what's left to be ported (which by the look of things, seems like none)

@nycrat

nycrat commented Apr 7, 2026

Copy link
Copy Markdown
Member Author

@williamckha Can you verify this is a safe action now?

Not sure, I haven't been keeping up to date with the status of porting our sim tests. I would assume Eric and team have a better idea of what's left to be ported (which by the look of things, seems like none)

Changes to port rest of the c++ tests are in #3632

StarrryNight
StarrryNight previously approved these changes May 15, 2026
adrianchan787
adrianchan787 previously approved these changes May 16, 2026

@adrianchan787 adrianchan787 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks great, approved because this is likely either planned or a mistake on my end but was wondering
I think (maybe I switched branches badly?) you still have e.g. kickoff_friendly_play_test.py, so is there a reason for deleting that pytest target from the build file?

Andrewyx
Andrewyx previously approved these changes May 19, 2026
@nycrat nycrat dismissed stale reviews from Andrewyx, adrianchan787, and StarrryNight via 09ad81f May 19, 2026 16:03
@nycrat

nycrat commented May 19, 2026

Copy link
Copy Markdown
Member Author

Looks great, approved because this is likely either planned or a mistake on my end but was wondering
I think (maybe I switched branches badly?) you still have e.g. kickoff_friendly_play_test.py, so is there a reason for deleting that pytest target from the build file?

@adrianchan787 GOOD CATCH

I think it was a git merge conflict issue where all the new py_test targets were removed, I'll add back all of them into the build files.

@nycrat nycrat force-pushed the avah/deprecate_cpp_tests branch from e5afd84 to 7df095f Compare May 19, 2026 16:28
@nycrat nycrat force-pushed the avah/deprecate_cpp_tests branch from d6618dd to 7f85470 Compare May 19, 2026 18:01

@Andrewyx Andrewyx left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM! 🚀

@adrianchan787 adrianchan787 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Looks great!

@nycrat nycrat merged commit ed8629c into UBC-Thunderbots:master May 19, 2026
15 of 19 checks passed
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.

Remove C++ Simulated Test Fixtures Thunderscope x Simulated Tests: Remove backwards compatibility

5 participants