[tracker-miners] functional tests: Remove accidental 'pdb' in fixtures.py
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker-miners] functional tests: Remove accidental 'pdb' in fixtures.py
- Date: Tue, 25 Feb 2020 13:15:08 +0000 (UTC)
commit a992b62743050c491e11b844e3960f7c9131df65
Author: Sam Thursfield <sam afuera me uk>
Date: Tue Feb 25 14:14:23 2020 +0100
functional tests: Remove accidental 'pdb' in fixtures.py
tests/functional-tests/fixtures.py | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/tests/functional-tests/fixtures.py b/tests/functional-tests/fixtures.py
index 6e6baeaa8..4941bb3e0 100644
--- a/tests/functional-tests/fixtures.py
+++ b/tests/functional-tests/fixtures.py
@@ -321,9 +321,6 @@ class TrackerExtractTestCase(ut.TestCase):
if not isinstance(d, dict):
self.fail("Expected dict, got %s" % d)
if key not in d:
- import pdb
- pdb.set_trace()
-
standardMsg = "Missing: %s" % (key)
self.fail(self._formatMessage(msg, standardMsg))
else:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]