R Under development (unstable) (2025-07-16 r88418 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library("testthat") > test_check("webmockr") Loading required package: webmockr Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 53 | PASS 781 ] ══ Skipped tests (53) ══════════════════════════════════════════════════════════ • On CRAN (52): 'test-CrulAdapter.R:4:3', 'test-CrulAdapter.R:22:3', 'test-CrulAdapter.R:30:3', 'test-CrulAdapter.R:37:3', 'test-CrulAdapter.R:137:3', 'test-HttpLibAdapaterRegistry.R:17:3', 'test-HttpLibAdapaterRegistry.R:31:3', 'test-HttpLibAdapaterRegistry.R:45:3', 'test-Adapter.R:30:3', 'test-Adapter.R:48:3', 'test-Httr2Adapter.R:7:3', 'test-Httr2Adapter.R:25:3', 'test-Httr2Adapter.R:33:3', 'test-Httr2Adapter.R:46:3', 'test-Httr2Adapter.R:112:3', 'test-Httr2Adapter.R:154:3', 'test-Httr2Adapter.R:191:3', 'test-Httr2Adapter.R:217:3', 'test-HttrAdapter.R:7:3', 'test-HttrAdapter.R:25:3', 'test-HttrAdapter.R:33:3', 'test-HttrAdapter.R:58:3', 'test-HttrAdapter.R:79:3', 'test-HttrAdapter.R:159:3', 'test-HttrAdapter.R:209:3', 'test-HttrAdapter.R:237:3', 'test-HttrAdapter.R:256:3', 'test-HttrAdapter.R:284:3', 'test-auth_handling.R:39:3', 'test-last_request.R:8:3', 'test-flipswitch.R:86:3', 'test-request_registry.R:2:3', 'test-stub_requests_crul.R:2:3', 'test-stub_requests_crul.R:79:3', 'test-stub_body_diff.R:27:3', 'test-stub_body_diff.R:42:3', 'test-to_return_body.R:2:3', 'test-to_return_then.R:5:3', 'test-to_return_then.R:27:3', 'test-to_return.R:84:3', 'test-to_return.R:142:3', 'test-webmockr_reset.R:6:3', 'test-uri_regex.R:2:3', 'test-within_test_that_blocks.R:41:3', 'test-writing-to-disk.R:4:3', 'test-writing-to-disk.R:29:3', 'test-writing-to-disk.R:59:3', 'test-writing-to-disk.R:89:3', 'test-writing-to-disk.R:111:3', 'test-writing-to-disk.R:136:3', 'test-wi_th.R:224:3', 'test-zutils.R:135:3' • empty test (1): 'test-RequestPattern.R:81:1' [ FAIL 0 | WARN 0 | SKIP 53 | PASS 781 ] > > proc.time() user system elapsed 3.10 0.14 7.71