| 12345678910111213141516171819202122 |
- Command: python tests/test_jimeng.py
- Exit Code: 0
- --- STDOUT ---
- ==================================================
- Jimeng AI Tool Tests
- ==================================================
- === Testing Cache ===
- OK: Cache set and get working
- OK: Cache cleanup working
- WARNING: JIMENG_API_KEY or JIMENG_COOKIE not configured
- Skipping API tests. Configure credentials in .env for full testing
- ==================================================
- Test Results Summary
- ==================================================
- Cache: PASS
- Overall: ALL TESTS PASSED
- --- STDERR ---
|