From be327b9310ee3389dfdc034ed9ff21ce589b2391 Mon Sep 17 00:00:00 2001 From: EMRG Evolution Date: Thu, 6 Aug 2026 08:24:51 +0800 Subject: [PATCH] =?UTF-8?q?emrg:=20docs=20=E2=80=94=20=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=20pytest=20=E6=B5=8B=E8=AF=95=E6=95=B0=20472=E2=86=92473?= =?UTF-8?q?=EF=BC=88#429=20=E6=96=B0=E5=A2=9E=E6=A8=A1=E6=9D=BF=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E6=B5=8B=E8=AF=95=E5=90=8E=E6=96=87=E6=A1=A3=E6=BC=82?= =?UTF-8?q?=E7=A7=BB=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Agent.md | 2 +- README.en.md | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Agent.md b/Agent.md index d76c3bce..e611e19c 100644 --- a/Agent.md +++ b/Agent.md @@ -91,7 +91,7 @@ Community needs voiced in HN agent-UI discussions map directly to EMRG's design: pkill -f "emrg.server"; rm -f ~/.emrg/emrgd.port; python -m emrg ``` -Python: `uv run pytest tests/ -v` (472) — import check: `uv run python -c "from emrg.client.app import run_client"` +Python: `uv run pytest tests/ -v` (473) — import check: `uv run python -c "from emrg.client.app import run_client"` GUI: `cd emrg/gui && npm test` (37: 22 daemon_client + 7 integration + 8 renderer smoke) — syntax: `node --check main.js preload.js daemon_client.js renderer/js/*.js` ## Configuration diff --git a/README.en.md b/README.en.md index 9721964a..28d7ddd6 100644 --- a/README.en.md +++ b/README.en.md @@ -263,7 +263,7 @@ EMRG doesn't just keep up — it catches up on its own. git clone https://github.com/argszero/emrg.git cd emrg uv sync # install deps -uv run pytest tests/ -v # run tests (currently 472 items) +uv run pytest tests/ -v # run tests (currently 473 items) uv run python -m emrg # launch TUI # Optional: Electron GUI (non-developer entry point, Phase 3) diff --git a/README.md b/README.md index be587b6b..dcfe6d13 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ HN 社区([讨论帖](https://news.ycombinator.com/item?id=49119274))对 age git clone https://github.com/argszero/emrg.git cd emrg uv sync # 安装依赖 -uv run pytest tests/ -v # 跑测试(当前 472 项) +uv run pytest tests/ -v # 跑测试(当前 473 项) uv run python -m emrg # 启动 TUI # 可选:Electron GUI(非开发者主入口,Phase 3)