nealrichardson / httptest

A Test Environment for HTTP Requests in R
https://enpiar.com/r/httptest/
Other
79 stars 10 forks source link

Various fixes to interactive test running #51

Closed nealrichardson closed 3 years ago

nealrichardson commented 3 years ago

Fixes #47. You can now run tests interactively with devtools::test().

The issues were:

I've also added a GitHub Actions job that runs the tests with devtools::test() (twice, in fact) so that we don't regress on this.

cc @maelle @jonkeane

codecov-io commented 3 years ago

Codecov Report

Merging #51 (0c2e7db) into master (96e9ea6) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #51   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           17        17           
  Lines          435       445   +10     
=========================================
+ Hits           435       445   +10     
Impacted Files Coverage Δ
R/find-redactor.R 100.00% <100.00%> (ø)
R/find-requester.R 100.00% <100.00%> (ø)
R/vignette.R 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 96e9ea6...0c2e7db. Read the comment docs.

maelle commented 3 years ago

Awesome! Any wisdom to add to https://github.com/hadley/r-pkgs/issues/483? :slightly_smiling_face: