Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

ahcheongL/Smart_Mutation_Operator_for_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart_Mutation_Operator_for_Python

Based on a paper D.B.Brown, M.Vaughn, B.Liblit and T.Reps The care and feeding of wild-caught mutants ESEC/FSE 2017 Proceedings of the 2017 11th Joint Meeting on Foundations of Software Engineering https://dl.acm.org/citation.cfm?id=3106280

usage : bin/genMut /some/directory/of/project/
The path need to be absolute path.
It check all .py files in /some/directory/ recursively, and generate mutants for each of them.
ex) ./genMut ~/models/research/object_detection/

usage : bin/checkMut /some/directory/of/mutants/
/some/mutants/ need to be absolute path.
It checks mutants in mutants/ and count number of .py files with syntax error.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors