Skip to content

Commit

Permalink
grammar fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanKepner committed Jan 21, 2019
1 parent 666570e commit f6783ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The mutation trial process follows these steps when :code:`mutatest` is run:
9. Repeat steps 5-9 for the remaining selected locations to mutate.
10. Write an output report of the various mutation results.

A "clean trial" of your tests are run before any mutations are applied. This same "clean trial" is
A "clean trial" of your tests is run before any mutations are applied. This same "clean trial" is
run at the end of the mutation testing. This ensures that your original test suite passes before
attempting to detect surviving mutations and that the :code:`__pycache__` has been appropriately
reset when the mutation trials are finished.
Expand Down

0 comments on commit f6783ea

Please sign in to comment.