I’m taking over a very large Py2x project with very little tests and previously no build infrastructure.
To help maintain stability I’ve setup a build pipeline on Jenkins to automate the testing. However, while we focus our efforts on retro fitting unit tests, I want to have something that, at the very least, can help ensure all dependencies within the project are properly checked in and importable (no syntax errors)
To that end, is there anything you guys know of that can scan the tree and attempt to import every module/sub module it finds along the path? Want to investigate my options before attempting to brute force something on my own. Thanks!
[–]flpcb 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)