As I’ve been developing my own solutions (and implementing existing ones) to problems in astrodynamics to solve textbook questions and to build applications, I’m becoming increasingly interested in the best practices for testing these things both for correctness and for production deployment (I’m new to the field as a software engineer).
I mostly work with python at the moment and have done a lot of unit testing of functions in scientific computing, but I’d be interested in how real teams test their propagators, analyze their performance, and so on—as well as how you might have done so in your own libraries/work. Any resources, general best practices, or recommended repositories for this?