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
We now use pytest-testmon as a pre-commit hook on AFM-SPM/TopoStats as it helps us remember to make sure we don't break any
existing tests when working on the code base.
It would therefore be useful to have it enabled in AFMReader.
pyproject.toml
[project.optional-dependencies]
dev = [
...pytest-testmon,...
]
We now use pytest-testmon as a pre-commit hook on
AFM-SPM/TopoStats as it helps us remember to make sure we don't break any
existing tests when working on the code base.
It would therefore be useful to have it enabled in AFMReader.
pyproject.toml
.pre-commit-config.yaml
The text was updated successfully, but these errors were encountered: