ragflow/test
Liu An 0b40eb3e90
Test: Add tests for chunk API endpoints (#8616)
### What problem does this PR solve?

- Add comprehensive test suite for chunk operations including:
  - Test files for create, list, retrieve, update, and delete chunks
  - Authorization tests
  - Batch operations tests
- Update test configurations and common utilities
- Validate `important_kwd` and `question_kwd` fields are lists in
chunk_app.py
- Reorganize imports and clean up duplicate code

### Type of change

- [x] Add test cases
2025-07-02 09:49:08 +08:00
..
libs Test: Add web API test suite for knowledge base operations (#8254) 2025-06-13 16:39:10 +08:00
testcases Test: Add tests for chunk API endpoints (#8616) 2025-07-02 09:49:08 +08:00
utils Refa: Translate test file content from Chinese to English in file_utils.py (#8258) 2025-06-13 17:30:29 +08:00
configs.py Fix: Enforce 255-byte filename limit (#8290) 2025-06-16 16:39:41 +08:00
conftest.py Refa: Move HTTP API tests to top-level test directory (#8042) 2025-06-04 13:16:17 +08:00