Skip to content

Commit

Permalink
désactive le test sur les csv brut - non encore opérationnel
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-lamarche committed Jan 3, 2025
1 parent 1d62854 commit b37422b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/testthat/test_telechargerDonnees.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,6 @@ test_that("Erreur de syntaxe dans la requête sur l'API Sirene", {
argsApi = list(q = 'dateDernierTraitementUniteLegale:"2018-11-01" TO "2018-11-15"')),
"try-error")
})
## test dl de données sur mélodi - csv brut
test_that("Télécharger le csv sur l'API melodi", {
expect_s3_class(telechargerDonnees("DS_BPE"),
c("insee_data_frame", "data.frame"))
})
## test dl de données sur mélodi - csv zippé
test_that("Télécharger un produit csv zippé sur melodi", {
expect_s3_class(telechargerDonnees("DS_ANTIPOL_CSV_FR"),
Expand Down

0 comments on commit b37422b

Please sign in to comment.