cmu-delphi/delphi-epidata

python client integration test is redundant with server tests

Ouverte

#68 ouverte le 20 avr. 2020

 (0 commentaire) (0 réaction) (0 personne assignée)Python (67 forks)auto 404
Engineeringgood first issuehelp wantedrefactor

Métriques du dépôt

Stars
 (104 étoiles)
Métriques de merge PR
 (Merge moyen 63j 20h) (11 PRs mergées en 30 j)

Description

the python client integration test consists of hitting the covidcast endpoints. with #67 , the covidcast integration tests will use the python client to hit the server. these are equivalent, and redundant.

it might make more sense for the client integration test to validate non-source-specific behavior (e.g. handling of lists and ranges, etc) instead of particular endpoints.

Guide contributeur