Skip to content

Commit 3e17d8c

Browse files
committed
adding instructions for tests
1 parent c7773b0 commit 3e17d8c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Claude.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Bash commands
2-
- ruff check --fix --exit-non-zero-on-fix --config=pyproject.toml .: Run the linter
3-
- ruff format .: Run the formatter
4-
- mypy --non-interactive --config-file pyproject.toml @mypy_allowlist.txt: mypy typechecker-
2+
- `ruff check --fix --exit-non-zero-on-fix --config=pyproject.toml .`: Run the linter
3+
- `ruff format .`: Run the formatter
4+
- `mypy --non-interactive --config-file pyproject.toml @mypy_allowlist.txt`: mypy typechecker
55

6-
# Code style
7-
-
8-
-
6+
# Running tests
7+
- Run tests with `pytest tests/`
98

109
# Workflow
1110
- Be sure to typecheck when you’re done making a series of code changes

0 commit comments

Comments
 (0)