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
The last two tests test_grant_staff_non_existing_user and test_admin_grant_staff in tests/test_user_permission.py fail so it is necessary to fix them
test_grant_staff_non_existing_user
test_admin_grant_staff
The text was updated successfully, but these errors were encountered:
Try some of the solutions here: pytest-dev/pytest-flask#40 (comment)
Sorry, something went wrong.
I believe this should be our reference testing model: https://github.com/zenodo/zenodo/blob/master/tests/unit/deposit/test_deposit_views.py see for example https://github.com/zenodo/zenodo/blob/master/tests/unit/deposit/test_deposit_views.py#L45
No branches or pull requests
The last two tests
test_grant_staff_non_existing_user
andtest_admin_grant_staff
in tests/test_user_permission.py fail so it is necessary to fix themThe text was updated successfully, but these errors were encountered: