ttvdrops/twitch/tests
Joakim Hellsén e968f5cdea
Add Silk middleware and related settings for performance monitoring
- Introduced SILK_ENABLED setting to toggle Silk middleware.
- Updated ALLOWED_HOSTS to include "testserver" when not in DEBUG mode.
- Modified urlpatterns to conditionally include Silk URLs.
- Added django-silk dependency to pyproject.toml.
- Enhanced feed queries to optimize performance and reduce N+1 issues.
- Updated tests to verify query limits for various feeds.
2026-02-09 20:02:19 +01:00
..
__init__.py Improve import command 2026-01-05 18:46:46 +01:00
test_badge_views.py Remove JSON data section assertion from badge set detail view tests 2026-01-16 02:00:24 +01:00
test_better_import_drops.py Allow operation_names to be a list instead of a singular item 2026-01-17 07:05:41 +01:00
test_chat_badges.py Archive Twitch chat badges 2026-01-16 00:28:25 +01:00
test_feeds.py Add Silk middleware and related settings for performance monitoring 2026-02-09 20:02:19 +01:00
test_game_owner_organization.py Refactor game ownership to support multiple organizations and update related logic 2026-01-09 21:57:37 +01:00
test_schemas.py Add Reward Campaigns 2026-01-14 22:29:15 +01:00
test_views.py Enhance RSS feed documentation with example XML and filtered feeds 2026-02-09 17:27:13 +01:00