SlipCover is a fast code coverage tool. It tracks a Python program as it runs and reports on the parts that executed and those that didn't. That can help guide your testing (showing code that isn't ...
This project allows you to import normal C source code into a Python as a module. The function load(), defined in load_c.py, does all the work of creating the module from the source code. The source ...