From cec15de1755d89963537ea0c8dacd94118ce2ff3 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 13 Dec 2012 08:47:50 +0100 Subject: Add Comment.get_visibility(). Omission. --- testsuite.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite.py') diff --git a/testsuite.py b/testsuite.py index ff2b96a..6fd78d9 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1101,6 +1101,7 @@ def test_call_all(conf): m.__str__() for c in conf.get_comments(): + c.get_visibility() c.get_text() c.get_parent() c.get_referenced_symbols() -- cgit v1.2.3