agdsn / sipa

The Supreme Information Providing Application
MIT License
13 stars 10 forks source link

Pytest frontend #455

Closed lukasjuhrich closed 1 year ago

lukasjuhrich commented 1 year ago

About to fix #450

lukasjuhrich commented 1 year ago

Note to self: Try to extract the external calls (mail sending, VOIP, pycroft API, ical API) to a package like sipa.services and use explicit functions as mocking targets to test more things. Probably intertwined with #454 .