docs: Update documentation for auto-update system and integration tests

This commit is contained in:
claudi 2026-01-30 08:43:52 +01:00
parent f701247fab
commit c1133ae8e9
9 changed files with 105 additions and 57 deletions

View file

@ -110,6 +110,12 @@ pytest tests/unit/ -v # Unit tests
pytest tests/integration/ -v # Integration tests
```
### Running Integration Tests
```bash
pytest tests/integration/ -v
```
### Code Quality
```bash