From 19449969d688730721ea2fb9ffa49d79c9cc97f2 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Sun, 19 Apr 2026 23:22:48 +0200 Subject: [PATCH] Mention de rtk dans CLAUDE.md --- CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index b5483c7..f27b6bf 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -31,8 +31,8 @@ gunicorn app:server ### Tests ```bash -uv run pytest # run all tests (Selenium-based integration tests) -uv run pytest tests/test_main.py::test_001_logo_and_search # run a single test +uv rtk run pytest # run all tests (Selenium-based integration tests) +uv rtk run pytest tests/test_main.py::test_001_logo_and_search # run a single test ``` Tests require a running Chrome/Chromium browser. They use `DashComposite` from `dash[testing]` with Selenium WebDriver.