tl-its-umich-edu / remote-office-hours-queue

Virtual queuing tool supporting Zoom video conferencing and/or in person meetings.
https://officehours.it.umich.edu/
Apache License 2.0
12 stars 28 forks source link

add tests for settings, fix possible newline/space in REDIS_HOST #473

Closed Leonard56261 closed 7 months ago

Leonard56261 commented 7 months ago

This PR introduces a suite of tests for the Django settings of the remote-office-hours-queue project, as well as solving the issue mentioned in #458 . The test_settings.py is aimed to catch potential configuration errors early in the development process and maintain a higher standard of reliability. Right now the current app code passes all the setting tests.

Reviewer Notes: