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 c1cf1a0 commit 275aa03Copy full SHA for 275aa03
1 file changed
mathics/docpipeline.py
@@ -938,6 +938,9 @@ def main():
938
test_pipeline.print_and_log(
939
f"Test evaluation took {datetime.now() - start_time} seconds"
940
)
941
+ test_pipeline.print_and_log(
942
+ f"Test finished at {datetime.now().strftime('%d/%m/%Y %H:%M:%S')}"
943
+ )
944
945
if args.show_statistics:
946
show_lru_cache_statistics()
0 commit comments