summaryrefslogtreecommitdiff
path: root/tests/test_plugins.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-03-31 07:42:26 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-03-31 07:42:26 -0400
commit0ea46fc3a14eff7ee483513a0f72240c808c046c (patch)
tree3105e107491e3f455995de0a80c1f61dabb8ecfc /tests/test_plugins.py
parent55ed48d5b674f3cabf7fa8a1e6a986358b8a0acd (diff)
downloadpython-coveragepy-git-0ea46fc3a14eff7ee483513a0f72240c808c046c.tar.gz
One more variation on Windows
Diffstat (limited to 'tests/test_plugins.py')
-rw-r--r--tests/test_plugins.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_plugins.py b/tests/test_plugins.py
index 27f0d7d2..5486216a 100644
--- a/tests/test_plugins.py
+++ b/tests/test_plugins.py
@@ -760,6 +760,7 @@ class BadPluginTest(FileTracerTest):
"expected str, bytes or os.PathLike object, not float",
"'float' object has no attribute",
"object of type 'float' has no len()",
+ "'float' object is unsubscriptable",
],
)