Coverage for tests/settings_tb_bad_config.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.3.4, created at 2024-01-20 17:58 +0000

1from .settings import * 

2 

3DT_RICH_TRACEBACK_CONFIG = { 

4 "show_locals": False, 

5 "short": False, 

6 "unexpected_setting": True, 

7}