File diff 2b550a20373b → 3fbd05d55303
tests/test_cliutil.py
Show inline comments
...
 
@@ -91,6 +91,9 @@ def test_excepthook_traceback(caplog):
 
    assert caplog.records
 
    assert caplog.records[-1].message == ''.join(traceback.format_exception(*args))
 

	
 
def test_is_main_script():
 
    assert not cliutil.is_main_script()
 

	
 
@pytest.mark.parametrize('arg,expected', [
 
    ('debug', logging.DEBUG),
 
    ('info', logging.INFO),