Coverage for src\report\constant.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.0.5, created at 2023-01-17 15:52 +0200

1# The name of the searched log files. 

2REPORT_FILES = {"abbreviations.txt", "start.log", "end.log"} 

3# Choice of order for some arguments in cli. 

4ORDER = {"asc": False, "desc": True} 

5# Format of Tabulate tablefmt. 

6TABLE_FORMAT = "outline"