diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-26 22:53:22 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-26 22:53:22 -0400 |
commit | 2ef663800b64a0c6489da6b036cb1df9442d8e4d (patch) | |
tree | 249a8813567e4f3c3881e71c1ea41b32bafb9c42 /tests/helpers.py | |
parent | 7b2590ee8013fc45276393495887bc8b039a3b0a (diff) | |
download | python-coveragepy-git-2ef663800b64a0c6489da6b036cb1df9442d8e4d.tar.gz |
Fiddling
Diffstat (limited to 'tests/helpers.py')
-rw-r--r-- | tests/helpers.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/helpers.py b/tests/helpers.py index cfea8f3c..3d6be141 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -6,8 +6,6 @@ import subprocess -# This isn't really a backward compatibility thing, should be moved into a -# helpers file or something. def run_command(cmd): """Run a command in a sub-process. |