logging.warning('Use of from is only allowed together with from')
logging.warning('Use of limit is only allowed together with direction keyword')
if params are incorrect - there is a stub in the test method with assertLogs but the warning is not detected
error is
AssertionError: no logs of level WARNING or higher triggered on root
likely impropper use of logging...
test_get_events() should see a warning
if params are incorrect - there is a stub in the test method with assertLogs but the warning is not detected error is
AssertionError: no logs of level WARNING or higher triggered on root
likely impropper use of logging...