summaryrefslogtreecommitdiff
path: root/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests.py')
-rw-r--r--tests.py5
1 files changed, 5 insertions, 0 deletions
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