Schemathesis v4.6.8 ━━━━━━━━━━━━━━━━━━━ ✅ Loaded specification from http://0.0.0.0:42959/api/swagger.json (in 0.08s) Base URL: http://0.0.0.0:42959/api Specification: Open API 2.0 Operations: 6 selected / 6 total Configuration: /home/stranger6667/programming/workbench/schemathes… ✅ API capabilities: Supports NULL byte in headers: ✓ ⏭ Examples (in 0.11s) ⏭ 6 skipped ❌ Coverage (in 7.42s) ✅ 1 passed ❌ 5 failed ❌ Fuzzing (in 22.22s) ✅ 1 passed ❌ 5 failed ❌ Stateful (in 70.18s) Scenarios: 749 API Links: 3 covered / 6 selected / 6 total (6 inferred) ✅ 737 passed ❌ 12 failed =================================== FAILURES =================================== _______________________________ GET /blog/posts ________________________________ 1. Test Case ID: ObCHyc - Undocumented HTTP status code Received: 400 Documented: 200 [400] Bad Request: `{ "errors": { "per_page": "Results per page {error_msg} invalid literal for int() with base 10: 'AAA'" }, "message": "Input payload validation failed" }` Reproduce with: curl -X GET 'http://0.0.0.0:42959/api/blog/posts?per_page=AAA' 2. Test Case ID: se61pC - Undocumented HTTP status code Received: 404 Documented: 200 [404] Not Found: `{ "message": "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again." }` Reproduce with: curl -X GET 'http://0.0.0.0:42959/api/blog/posts?page=0' 3. Test Case ID: lAI76C - Server error - Undocumented Content-Type Received: text/html; charset=utf-8 Documented: application/json - Undocumented HTTP status code Received: 500 Documented: 200 [500] Internal Server Error: ` OverflowError: Python int too large to convert to SQLite INTEGER // Werkzeug Debugger