mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-05 16:22:15 -07:00
Update README.md
This commit is contained in:
parent
92b464fccf
commit
f71ec59d01
1 changed files with 2 additions and 2 deletions
|
|
@ -97,13 +97,13 @@ uv run ruff format src test
|
||||||
which should be done before any `git` commit.
|
which should be done before any `git` commit.
|
||||||
|
|
||||||
This is not really taken full advantage of at the moment, but type hints can be checked
|
This is not really taken full advantage of at the moment, but type hints can be checked
|
||||||
by running
|
by running [pyright](https://github.com/microsoft/pyright)
|
||||||
```bash
|
```bash
|
||||||
uv run pyright src
|
uv run pyright src
|
||||||
```
|
```
|
||||||
(or `just check`).
|
(or `just check`).
|
||||||
|
|
||||||
A test suite can be run as
|
A [pytest](https://docs.pytest.org/en/stable/) test suite can be run as
|
||||||
```bash
|
```bash
|
||||||
uv run pytest -vvv --tb=short --log-cli-level=INFO
|
uv run pytest -vvv --tb=short --log-cli-level=INFO
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue