diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-24 22:16:54 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-24 22:16:54 -0500 |
commit | 6a54847bbceb31335fef3ea8201e76b6e037abee (patch) | |
tree | b34f54276b90a3456a888b1a33dd7e98ed46c9d8 /test | |
parent | 9e2cd06dd56cf64e787b7951c889ceda31af7dae (diff) | |
download | python-coveragepy-git-6a54847bbceb31335fef3ea8201e76b6e037abee.tar.gz |
Docstrings for lint
Diffstat (limited to 'test')
-rw-r--r-- | test/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/__init__.py b/test/__init__.py index e69de29b..5a0e30f4 100644 --- a/test/__init__.py +++ b/test/__init__.py @@ -0,0 +1 @@ +"""Automated tests. Run with nosetests.""" |