R Under development (unstable) (2025-11-17 r89032 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(fiery) > > test_check("fiery") error: URL (/testing) not matching mount point (/test) [ FAIL 0 | WARN 0 | SKIP 31 | PASS 135 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (29): 'test-Fire.R:3:3', 'test-Fire.R:53:3', 'test-Fire.R:79:3', 'test-Fire.R:94:1', 'test-Fire.R:125:1', 'test-Fire.R:158:1', 'test-Fire.R:358:1', 'test-Fire.R:501:3', 'test-Fire.R:513:1', 'test-Fire.R:533:1', 'test-Fire.R:559:1', 'test-Fire.R:606:1', 'test-Fire.R:635:1', 'test-Fire.R:655:1', 'test-Fire.R:675:1', 'test-Fire.R:684:1', 'test-Fire.R:720:1', 'test-Fire.R:746:1', 'test-Fire.R:773:1', 'test-HandlerStack.R:58:3', 'test-PromiseStack.R:2:3', 'test-PromiseStack.R:45:3', 'test-fake_request.R:1:1', 'test-fake_request.R:68:1', 'test-loggers.R:2:3', 'test-loggers.R:11:3', 'test-loggers.R:32:3', 'test-loggers.R:45:3', 'test-loggers.R:65:3' • On Windows (2): 'test-Fire.R:33:3', 'test-Fire.R:454:3' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 135 ] > > proc.time() user system elapsed 4.40 0.54 14.03