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
We have to remove all the hardcoded control_numbers from tests https://github.com/search?q=repo%3Ainspirehep%2Finspirehep+control_number%22%3A+1%2C+language%3APython+path%3A%2F%5Ebackend%5C%2Ftests%5C%2F%2F&type=code
control_numbers
and replace them with something like:
record = create_record(...) expected_control_number = record['control_number']
The text was updated successfully, but these errors were encountered:
PascalEgn
No branches or pull requests
We have to remove all the hardcoded
control_numbers
from tests https://github.com/search?q=repo%3Ainspirehep%2Finspirehep+control_number%22%3A+1%2C+language%3APython+path%3A%2F%5Ebackend%5C%2Ftests%5C%2F%2F&type=codeand replace them with something like:
The text was updated successfully, but these errors were encountered: