summaryrefslogtreecommitdiff
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
commitffe71f0660e05abcc8c26aa91899e08242d968c1 (patch)
tree463f468d101b2e938770ca717ab8ab956e758254
parent772dd750adcd5cbf06e69498931ece75c84b4f0b (diff)
downloadpython-coveragepy-ffe71f0660e05abcc8c26aa91899e08242d968c1.tar.gz
One more variation on Windows
-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 27f0d7d..5486216 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",
],
)