cmu-delphi/delphi-epidata

python client integration test is redundant with server tests

Aperta

#68 aperta il 20 apr 2020

 (0 commenti) (0 reazioni) (0 assegnatari)Python (67 fork)auto 404
Engineeringgood first issuehelp wantedrefactor

Metriche repository

Star
 (104 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor