diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-10 07:35:50 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-10 07:35:50 -0400 |
commit | b20497d2a8c11a6210e6925f9cad6d97ff7f713b (patch) | |
tree | 1af71021b0b9d28b922a2968adb90327c2f7e0f5 /tests/test_plugins.py | |
parent | 1bdc86a1bd524672cf5a55ec8c966b88ccc1b68d (diff) | |
download | python-coveragepy-git-b20497d2a8c11a6210e6925f9cad6d97ff7f713b.tar.gz |
Add docstring for source_token_lines
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r-- | tests/test_plugins.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 5218f6c9..686dcf99 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -459,7 +459,7 @@ class GoodPluginTest(FileTracerTest): for snip in [ 'filename="bar_4.html" line-rate="0.5" name="bar_4.html"', 'filename="foo_7.html" line-rate="0.2857" name="foo_7.html"', - ]: + ]: self.assertIn(snip, xml) def test_defer_to_python(self): |