Popular recipes by stevenYANG http://code.activestate.com/recipes/users/4182192/2012-05-25T07:07:04-07:00ActiveState Code RecipesDelta Debug - DDMin (Python) 2012-05-25T07:07:04-07:00stevenYANGhttp://code.activestate.com/recipes/users/4182192/http://code.activestate.com/recipes/578144-delta-debug-ddmin/ <p style="color: grey"> Python recipe 578144 by <a href="/recipes/users/4182192/">stevenYANG</a> (<a href="/recipes/tags/debugging/">debugging</a>, <a href="/recipes/tags/python/">python</a>). </p> <p>Simplifying Failure-Inducing Input.The minimizing delta debugging algorithm ddmin„ implementation. Using a correct program a_pass and a fail one a_fail to minimize the test set. "testcases/ft.6" is the original test set. The result will be store in a file. </p>