Mention de rtk dans CLAUDE.md

This commit is contained in:
Colin Maudry
2026-04-19 23:22:48 +02:00
parent b0d2aca4ff
commit 19449969d6
+2 -2
View File
@@ -31,8 +31,8 @@ gunicorn app:server
### Tests ### Tests
```bash ```bash
uv run pytest # run all tests (Selenium-based integration tests) uv rtk 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 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. Tests require a running Chrome/Chromium browser. They use `DashComposite` from `dash[testing]` with Selenium WebDriver.