Skip to content

Commit d6e5b17

Browse files
authored
Update README.md
1 parent f576734 commit d6e5b17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ However, so far it is a “brute force” technique that takes too long to provi
5555

5656
This Smalltalk-based tool was developed at the University of Buenos Aires (Argentina) in the context of the final thesis work. The tool uses Smalltalk's dynamic and meta-programming facilities to notably reduce the time to get valuable output and help to understand and implement new tests due to its integration with the rest of the environment.
5757

58+
## Wiki
59+
60+
You can find a wiki [here](https://github.com/pharo-contributions/mutalk/wiki).
61+
5862
## FAQ
5963

6064
> How can I run a mutation testing analysis on my packages?
@@ -131,7 +135,3 @@ No, it doesn't. It complements coverage. We should first try to write all the te
131135
> My image is freezing when running a mutation testing analysis, what can I do?
132136
133137
You can can open the Mutation Testing Runner and then Activate Logging to File. It will generate a file called MutationTestingLog.txt which lets you know which mutant is causing your image to freeze. You can install the mutation by hand, and then debug running your tests. You will probably need to exclude a class or an operator from the analysis.
134-
135-
## Wiki
136-
137-
You can find a wiki [here](https://github.com/pharo-contributions/mutalk/wiki).

0 commit comments

Comments
 (0)