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
Currently, when testing codespell on a local system, it is necessary to
first install the package manually.
Add a tox file to improve user experience and ensure each step runs in
an isolated environment.
There are two changes, compared to the current workflow:
- pytest runs with coverage enabled
- the package is not installed in editable mode
Additionally, for convenience, there is a step testing the dictionaries.
Update .coveragerc to exclude the .tox directory.
0 commit comments