mutahunter
Open Source, Language Agnostic Mutation Testing
File Explorer
Download Latest Version (.zip)- test.yaml
- dependabot.yml
- BankAccount.java
- BankAccountTest.java
- jacoco.xml
- pom.xml
- readme.md
- __init__.py
- config.py
- __init__.py
- tree-sitter-c-tags.scm
- tree-sitter-c_sharp-tags.scm
- tree-sitter-cpp-tags.scm
- tree-sitter-go-tags.scm
- tree-sitter-java-tags.scm
- tree-sitter-javascript-tags.scm
- tree-sitter-php-tags.scm
- tree-sitter-python-tags.scm
- tree-sitter-ruby-tags.scm
- tree-sitter-rust-tags.scm
- tree-sitter-typescript-tags.scm
- mutator_system.txt
- mutator_user.txt
- yaml_fixer_user.txt
- __init__.py
- analyzer.py
- controller.py
- exceptions.py
- io.py
- llm_mutation_engine.py
- logger.py
- parsers.py
- prompt_factory.py
- report.py
- router.py
- runner.py
- utils.py
- __init__.py
- main.py
- test_analyzer.py
- .gitignore
- LICENSE
- MANIFEST.in
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/codeintegrity-ai/mutahunter
Downloads the entire project code from GitHub to your computer.
cd mutahunter
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
$ pip install https://github.com/codeintegrity-ai/mutahunter
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
