add debug to failing test

This commit is contained in:
Paul Gauthier 2023-07-07 16:23:56 -07:00
parent fe959be85d
commit 2c037a009c

View file

@ -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")