We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f90dd commit 9124dd8Copy full SHA for 9124dd8
unittesting/utils/reloader.py
@@ -28,7 +28,7 @@ def dprint(*args, fill=None, fill_width=60, **kwargs):
28
caption = sep.join(args)
29
args = "{0:{fill}<{width}}".format(caption and caption + sep,
30
fill=fill, width=fill_width),
31
- print("[Package Reloader]", *args, **kwargs)
+ print("[UnitTesting]", *args, **kwargs)
32
33
34
def path_contains(a, b):
0 commit comments