[damned-lies] Forgotten pdb in test



commit ec0b9bf65e202fbf21a10341ac4c0cc63527c79c
Author: Claude Paroz <claude 2xlibre net>
Date:   Sat Sep 18 12:17:28 2021 +0200

    Forgotten pdb in test

 stats/tests/tests.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/stats/tests/tests.py b/stats/tests/tests.py
index c6fa929f..497b1f51 100644
--- a/stats/tests/tests.py
+++ b/stats/tests/tests.py
@@ -229,7 +229,6 @@ class ModuleTestCase(TestCase):
         _, out, _ = run_shell_command(['git', 'branch', '--list'], cwd=branch.co_path)
         self.assertNotIn('gnome-hello-1-4', out)
         branch.name = 'gnome-hello-1-4'
-        import pdb; pdb.set_trace()
         branch.save(update_statistics=False)
         self.branch.co_path
         _, out, _ = run_shell_command(['git', 'branch', '--list'], cwd=branch.co_path)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]