From 33be75263a85634e3e244c1768ec5dacf0d07b56 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 27 Jan 2013 16:37:48 -0600 Subject: commentify report_untested original-commit-id: 86150b0f8a1cfac1b30521a9bae78d32bbdb29d2 --- tests.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests.py b/tests.py index 8103e5c..61f46d6 100644 --- a/tests.py +++ b/tests.py @@ -986,6 +986,11 @@ def find_untested_methods(): return untested def report_untested(): + """ + This reports about untested functions in the global namespace. This was + originally in the crystal module, where it would list out the majority of + the functions. Maybe it should be moved back. + """ untested = find_untested_methods() output = "NOT TESTED: [" first = True -- cgit v1.2.3