Skip to content

Commit 33b4f6b

Browse files
committed
Merge branch 'testing'
2 parents f39d524 + babc06c commit 33b4f6b

15 files changed

Lines changed: 2340 additions & 23 deletions

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ TextTools is a PySide6 desktop application for text processing on Linux. Its pla
1111
## Commands
1212

1313
```bash
14-
# Run the application
15-
python src/main.py
14+
# Run the application (must be run from project root)
15+
python -m src.main
1616

1717
# Run all tests (coverage is on by default via pyproject.toml addopts)
1818
pytest tests/

0 commit comments

Comments
 (0)