7 lines
185 B
Python
7 lines
185 B
Python
|
from Library.LoadConfig import TestingConfig
|
||
|
from Library.Time import *
|
||
|
|
||
|
|
||
|
def generate_report_name():
|
||
|
return fmt_time(TestingConfig('default').report_format or '%Y-%m-%d-%H-%M-%S')
|