Adds a __repr__ to graph.
[pyutils.git] / src / pyutils / unittest_utils.py
index b073e49e43b686a643d806e8931a5353b91adb67..adef4e39307b7b58fd96d1347e04e91273ad96a3 100644 (file)
@@ -270,7 +270,7 @@ Here is the current, full db perf timing distribution:
     return wrapper_perf_monitor
 
 
-def check_all_methods_for_perf_regressions(prefix="test_"):
+def check_all_methods_for_perf_regressions(prefix: str = "test_"):
     """This decorator is meant to apply to classes that subclass from
     :class:`unittest.TestCase` and, when applied, has the affect of
     decorating each method that matches the `prefix` given with the