ragflow/test/testcases/test_http_api/test_chat_assistant_management
Liu An 5cc2eda362
Test: Refactor test fixtures and add SDK session management tests (#8141)
### What problem does this PR solve?

- Consolidate HTTP API test fixtures using batch operations
(batch_add_chunks, batch_create_chat_assistants)
- Fix fixture initialization order in clear_session_with_chat_assistants
- Add new SDK API test suite for session management
(create/delete/list/update)

### Type of change

- [x] Add test cases
- [x] Refactoring
2025-06-09 18:13:26 +08:00
..
conftest.py Test: Refactor test fixtures and add SDK session management tests (#8141) 2025-06-09 18:13:26 +08:00
test_create_chat_assistant.py Refa: Move HTTP API tests to top-level test directory (#8042) 2025-06-04 13:16:17 +08:00
test_delete_chat_assistants.py Test: Add SDK API tests for chat assistant management and improve con… (#8131) 2025-06-09 13:30:12 +08:00
test_list_chat_assistants.py Test: Add SDK API tests for chat assistant management and improve con… (#8131) 2025-06-09 13:30:12 +08:00
test_update_chat_assistant.py Refa: Move HTTP API tests to top-level test directory (#8042) 2025-06-04 13:16:17 +08:00