Skip to content

Commit

Permalink
Minor documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Fischer authored and sebastianneubauer committed Jan 5, 2018
1 parent f05a8b9 commit 0ea3c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_integration/test_create_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def cov_runner():
# pretty hacky fixture to measure coverage of python scripts started as subprocess.
# * run the script via 'coverage run', not via python
# * move the created .coverage files two to ../.. so they are merged with the others
# * move the created .coverage files to ../.. so they are merged with the others
check_call("rm -f .coverage.*", shell=True, cwd=this_dir)

def run(script):
Expand Down

0 comments on commit 0ea3c7f

Please sign in to comment.