Stubbing Internal Method Calls with Python’s unittest FrameworkMany unit testing frameworks provide a feature called partial mocking, or spying. A partial mock of an object stubs some of the object’s…Apr 3, 2023Apr 3, 2023
Custom PMD Rulesets with GradlePMD is an excellent static analysis tool for Java projects. Unfortunately for Gradle users, most documentation for PMD assumes that you’re…Oct 3, 2022Oct 3, 2022