brunomioto / feowR

Download shapefiles of Freshwater Ecoregions of the World (FEOW)
https://brunomioto.github.io/feowR/
Other
0 stars 0 forks source link

Implement mocking inside test #1

Closed brunomioto closed 3 months ago

brunomioto commented 3 months ago

Currently this code is not covered because that's always internet connection.

  #check internet connection
  if(!RCurl::url.exists("https://github.com/brunomioto/feowR")){
    cli::cli_abort("Check your internet connection")
  }

Try to implement a mocking for this test. Still doesn't work.

brunomioto commented 3 months ago

Resolved with https://discuss.ropensci.org/t/creating-test-for-no-internet-access/3935

100% is now covered