diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 16:37:48 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-01-27 16:37:48 -0600 |
commit | 86150b0f8a1cfac1b30521a9bae78d32bbdb29d2 (patch) | |
tree | 3f363bcfde4ec2c0d3d4fb07ee69b2792ce70a4d /extras/tests.py | |
parent | bc167bedb73052c37c37f5158ae30cfdff88e581 (diff) |
commentify report_untested
Diffstat (limited to 'extras/tests.py')
-rw-r--r-- | extras/tests.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extras/tests.py b/extras/tests.py index 8103e5c9a..61f46d6cb 100644 --- a/extras/tests.py +++ b/extras/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 |