Show More
@@ -26,7 +26,7 b' else:' | |||
|
26 | 26 | if name.startswith('C'): |
|
27 | 27 | c = C(name) |
|
28 | 28 | |
|
29 |
# print( |
|
|
29 | # print("ARGV:", sys.argv, file=sys.stderr) # dbg | |
|
30 | 30 | |
|
31 | 31 | # This next print statement is NOT debugging, we're making the check on a |
|
32 | 32 | # completely separate process so we verify by capturing stdout: |
@@ -68,7 +68,7 b' class IPDoctestOutputChecker(doctest.OutputChecker):' | |||
|
68 | 68 | ret = doctest.OutputChecker.check_output(self, want, got, |
|
69 | 69 | optionflags) |
|
70 | 70 | if not ret and self.random_re.search(want): |
|
71 |
# print( |
|
|
71 | # print('RANDOM OK:',want, file=sys.stderr) # dbg | |
|
72 | 72 | return True |
|
73 | 73 | |
|
74 | 74 | return ret |
General Comments 0
You need to be logged in to leave comments.
Login now