Update testing files #51
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Get the testing files updated to current codebase.
All of the
puzzle_solver/puzzle/xxxx/testing
folders will be put intopuzzle_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 totesting/clusters
)builder/testing
(moved totesting/builder
)parser/testing
(moved totesting/parser
)puzzle/solver/testing
(moved totesting/solver
)simulator/testing
(moved totesting/simulator
)puzzle/testing/utils
(moved, low priority, as needed)puzzle/testing/*py
(moved totesting/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 fortodo
files for SIFT; Devesh).testing/clusters
(All good except ROS part not re-tested recently; Patricio)The text was updated successfully, but these errors were encountered: