Skip to content

Commit

Permalink
Mutmut
Browse files Browse the repository at this point in the history
  • Loading branch information
seppaleinen committed Jan 10, 2018
1 parent bb501fe commit 97e8bf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ pip3 install -r requirements
#To run tests
behave

#To run mutation tests
mutmut coolio.py --runner behave --tests-dir features/

# Collect data
find /Volumes/video/ -type d -wholename */hd-film/* -o -wholename */film/* -type d | grep -v 'Recycle' | sort > movies.txt

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage
coveralls
fuzzywuzzy[speedup]
click
mutmut

0 comments on commit 97e8bf6

Please sign in to comment.