Files
pocketpaw/scripts
Prakash d96f1b5e06 chore: move knowledge smoke test out of tests/fixtures/
The file was a manual integration script with a hard-coded
``localhost:8888`` URL and an empty ``TOKEN`` slot, not a pytest test,
but its ``test_`` filename caused pytest to collect and import it
during CI runs. Moving it under ``scripts/`` (alongside
``a2a_smoke_test.py``) and renaming to ``knowledge_smoke_test.py``
keeps it discoverable for manual runs without polluting the test tree.
Docstring updated with the new path and a reminder that the sibling
sample docs must live in the same directory.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 21:54:10 +05:30
..