Skip to content

Commit

Permalink
Adds docs about "junitxml" command (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn authored and boxed committed Mar 1, 2019
1 parent ac905d6 commit 9d041ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mutmut/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ def climain(command, argument, paths_to_mutate, backup, runner, tests_dir,
Apply a mutation on disk.\n
show [mutation id]\n
Show a mutation diff.\n
junitxml\n
Show a mutation diff with junitxml format.
"""
if test_time_base is None: # click sets the default=0.0 to None
test_time_base = 0.0
Expand Down

0 comments on commit 9d041ef

Please sign in to comment.