mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-09-11 18:36:38 +00:00
docs: correct mypy regression test filename (#1293)
The mypy regression-test command in CONTRIBUTING.md points to the nonexistent tests/test_typingmypytoolchain.py, causing copied commands to fail. Change the path to tests/test_typingmypytooling.py, the existing integration test.
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ keeps diagnostics independent of cache history without suppressing checks.
|
||||
To regression-test the entry points run:
|
||||
|
||||
```bash
|
||||
uv run --locked --extra dev pytest -q --finalize tests/test_typingmypytoolchain.py
|
||||
uv run --locked --extra dev pytest -q --finalize tests/test_typingmypytooling.py
|
||||
```
|
||||
|
||||
This test creates a temporary project and a fresh locked development environment and hook/type-check
|
||||
|
||||
Reference in New Issue
Block a user