We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As mentioned in #22, pytest currently runs locally, and through the ci with multiple versions of Python via a matrix.
tox helps automate and standardize testing, e.g. allowing multiple versions of Python to easily be tested locally.
This can be implemented similarly to the eventually resolution of stfc/aiida-mlip#41.
The text was updated successfully, but these errors were encountered:
ElliottKasoar
Successfully merging a pull request may close this issue.
As mentioned in #22, pytest currently runs locally, and through the ci with multiple versions of Python via a matrix.
tox helps automate and standardize testing, e.g. allowing multiple versions of Python to easily be tested locally.
This can be implemented similarly to the eventually resolution of stfc/aiida-mlip#41.
The text was updated successfully, but these errors were encountered: