mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
commentify report_untested
This commit is contained in:
parent
bc167bedb7
commit
86150b0f8a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user