From 7ce0e9730b705b06b581bc14e4c51969d09a3ccd Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Wed, 19 Aug 2026 00:37:26 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45b8778..71a70e4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + python-json-socket (jsocket) ============================ @@ -109,7 +111,7 @@ Examples and Tests - Examples: see `examples/example_servers.py` and `scripts/smoke_test.py` - Pytest: end-to-end and listener tests under `tests/` - - Run: `pytest -q` + - Run: `PYTHONPATH=. pytest -q` Behavior-Driven Tests (Behave)