Skip to content

Commit 030bc58

Browse files
authoredJan 27, 2020
Update README.md
1 parent b4477a1 commit 030bc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎artifact_documentation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Now let's see how we can use Causal Testing to debug.
8383

8484
## Debugging with Holmes
8585

86-
Holmes is a prototype implementation of our novel testing technique, Causal Testing. Causal Testing conducts causal experiments, which involves perturbing test inputs to find passing executions that are similar to the failing execution, to help developers understand why a given test is failing and how to fix it.
86+
Holmes is a prototype implementation of our novel testing technique, Causal Testing. Causal Testing uses causal experiments, which involves perturbing test inputs to find passing executions that are similar to the failing execution, to help developers understand why a given test is failing and how to fix it.
8787

8888
To see how you can use Causal Testing to debug a failing test, we first need to produce the output:
8989

0 commit comments

Comments
 (0)
Please sign in to comment.