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

Update testing files #51

Open
2 of 10 tasks
pv33 opened this issue Oct 10, 2024 · 0 comments
Open
2 of 10 tasks

Update testing files #51

pv33 opened this issue Oct 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@pv33
Copy link
Member

pv33 commented Oct 10, 2024

Get the testing files updated to current codebase.
All of the puzzle_solver/puzzle/xxxx/testing folders will be put into puzzle_solver/testing/xxxx' folders. Then the code will be incrementally revised to work. There appears to be duplicate python files for some of the test scipts. The older ones have an underscore _` in them. The new ones don't. Have to get them worked out just in case the older ones test different bits of code. Bits that are still relevant after the code update.

The folders to move and update are:

  • pieces/testing (to be moved last since being actively worked on now)
  • puzzle/testing/clusters (moved to testing/clusters)
  • builder/testing (moved to testing/builder)
  • parser/testing (moved to testing/parser)
  • puzzle/solver/testing (moved to testing/solver)
  • simulator/testing (moved to testing/simulator)
  • puzzle/testing/utils (moved, low priority, as needed)
  • puzzle/testing/*py (moved to testing/core)

Some of the code was already moved or in the proper place, but is out of date. Noting here. These should be completed first before moving to the ones above:

  • testing/pieces ( All good except for todo files for SIFT; Devesh).
  • testing/clusters (All good except ROS part not re-tested recently; Patricio)
@pv33 pv33 added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Oct 10, 2024
@pv33 pv33 self-assigned this Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant