From b81ed16b9af2743a21ebea6344c43f72ec16c61e 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(+) (limited to 'tests/test_plugins.py') diff --git a/tests/test_plugins.py b/tests/test_plugins.py index 607a21a4..e6c1f17d 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