This commit is contained in:
Paul Gauthier 2023-06-28 16:01:52 -07:00
parent 03a5598c60
commit 0845de7a7d

View file

@ -411,7 +411,6 @@ def run_unit_tests(testdir, history_fname):
def cleanup_test_output(output):
dump(output)
# remove timing info, to avoid randomizing the response to GPT
res = re.sub(
r"^Ran \d+ tests in \d+\.\d+s$",