MaiBot/pytests
DrSmoothl f97c24bf9e
test(webui): add pytest tests for emoji, jargon, expression routes
- test_emoji_routes.py: 21 tests covering list/get/update/delete/batch operations
- test_jargon_routes.py: 25 tests covering CRUD + stats + chat list (2 skipped due to DB model)
- test_expression_routes.py: 24 tests covering legacy field compatibility + field removal
- All use in-memory SQLite + StaticPool for isolation
- All tests passing (68/68, 2 skipped)
2026-02-17 20:12:57 +08:00
..
config_test 解决ConfigBase问题,更严格测试,实际测试 2026-01-15 17:05:23 +08:00
image_sys_test 方法名调整;确保公共属性被定义 2026-02-15 22:56:26 +08:00
prompt_test 更好的Prompt管理系统,增加用户自定义Prompt与覆盖功能 2026-02-02 20:53:42 +08:00
webui test(webui): add pytest tests for emoji, jargon, expression routes 2026-02-17 20:12:57 +08:00
conftest.py test(webui): add unit tests for ConfigSchemaGenerator 2026-02-17 17:14:48 +08:00
logger.py ConfigBase and Test 2026-01-12 18:20:03 +08:00