From 2c037a009c415a30dcc751eff370d8b1b154ced3 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 7 Jul 2023 16:23:56 -0700 Subject: [PATCH] add debug to failing test --- tests/test_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_commands.py b/tests/test_commands.py index 66026f0d6..a574bf123 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -100,6 +100,7 @@ class TestCommands(TestCase): self.assertEqual(len(coder.abs_fnames), 2) + dump(coder.abs_fnames) # Call the cmd_drop method with a glob pattern commands.cmd_drop("*2.py")