diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-22 08:10:32 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-22 08:10:32 -0500 |
| commit | 995debcded55817348cc640cac8ea07ca12bd57c (patch) | |
| tree | 8adc20ab1e5acf92abcb1cb62d16ffc011b0cb22 /tests | |
| parent | 73cb722150e74d123df152ff1b40e55972ccbafb (diff) | |
| download | python-coveragepy-git-995debcded55817348cc640cac8ea07ca12bd57c.tar.gz | |
Remove every last trace of CodeUnit, and bring me a glass of vodka
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_filereporter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_filereporter.py b/tests/test_filereporter.py index 473bfe49..9db4c0c3 100644 --- a/tests/test_filereporter.py +++ b/tests/test_filereporter.py @@ -1,4 +1,4 @@ -"""Tests for coverage.codeunit""" +"""Tests for FileReporters""" import os import sys |
