mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 02:57:57 +00:00
- Add pytest-based test suite with 32+ test cases - Test all features: text search, AND/OR operators, regex, whole words - Test time filtering: airing_at, start/end time ranges - Test channel/stream/group filtering - Test pagination and field selection - Test edge cases and error handling - Configurable via environment variables (host, port, credentials) - Include test runner script and documentation - Support for CI/CD integration with JUnit XML output Usage: ./tests/run_tests.sh pytest tests/test_epg_search_api.py -v DISPATCHARR_HOST=192.168.1.180 pytest tests/test_epg_search_api.py -v
4 lines
102 B
Text
4 lines
102 B
Text
# Test requirements for EPG Search API test suite
|
|
pytest>=7.4.0
|
|
requests>=2.31.0
|
|
python-dotenv>=1.0.0
|