TAU- Twitch API Unifier, a containerized relay/proxy to unify the WebHook- and WebSocket-based real-time Twitch APIs under a single (local) WebSocket connection.
Create a django config for tests so that they can actually run and not complain about a missing django secret. Made it (hopefully) obviously insecure so users will never consider using it themselves.
Removed the various user tests, they could be converted to pytest if we'd like, but doesn't seem useful given that those API endpoints aren't actually exposed.
Testing
Manually ran tests within the tau_app container running the command pytest getting the following output:
Changes
Testing
Manually ran tests within the tau_app container running the command
pytest
getting the following output: