shithub: pokecrystal

Download patch

ref: 86150b0f8a1cfac1b30521a9bae78d32bbdb29d2
parent: bc167bedb73052c37c37f5158ae30cfdff88e581
author: Bryan Bishop <[email protected]>
date: Sun Jan 27 11:37:48 EST 2013

commentify report_untested

--- a/extras/tests.py
+++ b/extras/tests.py
@@ -986,6 +986,11 @@
     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