smspillaz / pubmed-retraction-analysis

Analysis of papers retracted from PubMed
MIT License
5 stars 4 forks source link

Create acceptance tests for 4.5.10.1 requests #45

Open smspillaz opened 7 years ago

smspillaz commented 7 years ago

These automated acceptance tests must start a database and web server and check that the expected response comes from the server.

Create the following tests:

Estimated time: 2 hours Actual time: 6 hours

The reason this has been so difficult mostly revolved around getting node's child_process module to co-operate with the python seed script. I imagine there may be some more work required to get this running on travis-ci.

smspillaz commented 7 years ago

The endpoint requests to commence scraping are blocked on #47