You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sam local invoke TestEntrypoint --event test.json
59
+
$ sam local invoke --event sam-tests/create.json TestEntrypoint
74
60
```
75
61
76
62
Development
@@ -94,7 +80,7 @@ pip3 install \
94
80
95
81
That ensures neither is accidentally installed from PyPI.
96
82
97
-
Linting and running unit tests is done via [pre-commit](https://pre-commit.com/), and so is performed automatically on commit after being installed (`pre-commit install`).
83
+
Linting and running unit tests is done via [pre-commit](https://pre-commit.com/), and so is performed automatically on commit after being installed (`pre-commit install`). The continuous integration also runs these checks. Manual options are available so you don't have to commit:
98
84
99
85
```shell
100
86
# run all hooks on all files, mirrors what the CI runs
0 commit comments