diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-31 07:42:26 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-03-31 07:42:26 -0400 |
commit | ffe71f0660e05abcc8c26aa91899e08242d968c1 (patch) | |
tree | 463f468d101b2e938770ca717ab8ab956e758254 | |
parent | 772dd750adcd5cbf06e69498931ece75c84b4f0b (diff) | |
download | python-coveragepy-ffe71f0660e05abcc8c26aa91899e08242d968c1.tar.gz |
One more variation on Windows
-rw-r--r-- | tests/test_plugins.py | 1 |
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", ], ) |