PUME: a tool to mutate Python source code

This article will explain what PUME (Python Universal Mutation Engine) is and how it works and after that some examples of use will be given. Introduction PUME is a tool that randombly modifies the source code of a program made with Python without change the orginal features. This is mainly achived by doing modifications in the Abstract Syntax Tree (AST) of the program but it should be noted that exist a modification that is made directly in the source code. [Read More]