cmu-delphi/delphi-epidata

python client integration test is redundant with server tests

Offen

#68 geöffnet am 20.04.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (67 Forks)auto 404
Engineeringgood first issuehelp wantedrefactor

Repository-Metriken

Stars
 (104 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 63T 20h) (11 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide