Closed mbojan closed 8 years ago
@@ master #41 diff @@
==========================================
Files 15 16 +1
Lines 395 401 +6
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
Hits 256 256
- Misses 139 145 +6
Partials 0 0
Powered by Codecov. Last update d4c53e4...4072aaa
LGTM
This addresses #36 .
oai_available
checks if OAI-PMH is available at URL by requestingIdentify
. Returns TRUE/FALSE. It is exported.check_oai
callstestthat::skip
if there is no OAI-PMH at URL. It is not exported as it is useful only in the testthat tests.All the tests relying on some OAI-PMH service could now start with a call to
check_oai
.