Coverage for C:\Users\svjatoslavsmatvejevs\AppData\Local\Programs\Python\Python39\Lib\site-packages\report\constant.py: 0%

4 statements  

« prev     ^ index     » next       coverage.py v6.5.0, created at 2023-01-13 09:58 +0200

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

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

3ORDER_CHOICES = ["asc", "desc"] 

4 

5# Format of Tabulate tablefmt 

6TABLE_FORMAT = "outline"