From f032ce4ed32a913406aa449417dabc6758c3b85d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 30 Mar 2017 10:46:09 -0400 Subject: Windows has a different error message for path(float) --- tests/test_plugins.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 607a21a..e6c1f17 100644 --- a/tests/test_plugins.py +++ b/tests/test_plugins.py @@ -707,6 +707,7 @@ class BadPluginTest(FileTracerTest): excmsgs=[ "expected str, bytes or os.PathLike object, not float", "'float' object has no attribute", + "object of type 'float' has no len()", ], ) -- cgit v1.2.1