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
After #196 is fixed, make changes to how pytest is used in toqito/tests.
toqito/tests
Things to change:
More things to be added to the above checklist later.
https://pytest.org/en/7.4.x/explanation/goodpractices.html https://emimartin.me/pytest_best_practices
The text was updated successfully, but these errors were encountered:
After #217 is completed, go back through all the tests in the test module and remove np.testing.
test
np.testing
We want to use pytest for testing as some of the tests covered via np.testing were caught as missing by pytest.
pytest
missing
isort is currently skipping tests. It might be better to change this later.
isort
tests
Sorry, something went wrong.
Closing this as #488 has more details on what to do.
purva-thakre
No branches or pull requests
After #196 is fixed, make changes to how pytest is used in
toqito/tests
.Things to change:
More things to be added to the above checklist later.
https://pytest.org/en/7.4.x/explanation/goodpractices.html
https://emimartin.me/pytest_best_practices
The text was updated successfully, but these errors were encountered: