Skip to content

Commit e8f0772

Browse files
authored
Update CONTRIBUTING.md
1 parent 033e23e commit e8f0772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ uv sync --dev
4141
### Running Tests
4242

4343
```bash
44-
# Unit tests
44+
# Unit tests (tests atomic functionality)
4545
uv run pytest tests/unit -n auto
4646

47-
# Codemod tests
47+
# Codemod tests (tests larger programs)
4848
uv run pytest tests/codemod/test_codemods.py -n auto
4949
```
5050

0 commit comments

Comments
 (0)