-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
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
Expand the suite of automated tests of the Harvesting functionality #8843
Comments
Obviously, there are lots of tests we could write. This might be a good one: |
@landreev added some tests in this PR: The idea of this issue is to add more tests to cover all the harvesting functionality. I'm not sure exactly how much time this will take so I'd suggest we timebox it to a full sprint (2 weeks) for a single developer (maybe @landreev but any of us could jump in) to see how much can get done. Giving it an 80. Review and QA should be light. As long as the tests pass, we should be good. I don't believe we have a good way of checking code coverage for API tests like this (red/green per line). |
…) functionality of ListIdentifiers and ListRecords (#8843)
Working out a PR today. |
…in the wait for an async. operation + some extra logging (#8843)
A followup issue for #8372 (PR #8753).
The existing restassured tests are fairly primitive. We need tests covering all the OAI functionality we provide.
The text was updated successfully, but these errors were encountered: