summaryrefslogtreecommitdiff
path: root/tests/test_comments.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_comments.py')
-rw-r--r--tests/test_comments.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_comments.py b/tests/test_comments.py
index 707f759..008dd0d 100644
--- a/tests/test_comments.py
+++ b/tests/test_comments.py
@@ -35,11 +35,9 @@ def test_comment():
interface = system.lookup('org.example.echo.Echo')
assert interface
o = doc.parse_doc(interface.comment)
- # import pdb; pdb.set_trace()
assert o.brief == 'the brief'
assert o.description == ['the description', 'continues {@link http://qt.io}']
assert o.deprecated is True
- # import pdb; pdb.set_trace()
assert o.see == ['org.example.echo.Echo', 'org.example', 'http://qt.io']