ShortestPathLab / warthog-core

Warthog is an optimised C++ library for pathfinding search.
MIT License
1 stars 0 forks source link

Automated testing #9

Open dharabor opened 3 weeks ago

dharabor commented 3 weeks ago
dharabor commented 3 weeks ago

Once all the above is done, suggest a new discussion issue to talk about the testing strategy for warthog-core moving forward; i.e., which things we will write unit tests for, which things we will write integration tests for and which will just be system tests.

Another longer-term goal is CI/CD integration; run the tests as a post-commit hook.