bensteUEM / ChurchToolsAPI

Collection of Python files to use the API for ChurchTools
6 stars 4 forks source link

Improve Logging / Tests for logging #25

Closed bensteUEM closed 2 months ago

bensteUEM commented 1 year ago

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...

bensteUEM commented 7 months ago
bensteUEM commented 2 months ago

see #101

bensteUEM commented 2 months ago

resolved in combination of #98 and #101