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 | 33be75263a85634e3e244c1768ec5dacf0d07b56 (patch) | |
tree | 9eba3874ca90c9402b1b254c7a4a2a269210ff4b /tests.py | |
parent | a0cc3cac6ef11e0dae14f9155f96e77879a90b2c (diff) |
commentify report_untested
original-commit-id: 86150b0f8a1cfac1b30521a9bae78d32bbdb29d2
Diffstat (limited to 'tests.py')
-rw-r--r-- | tests.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |