titipata / pubmed_parser

:clipboard: A Python Parser for PubMed Open-Access XML Subset and MEDLINE XML Dataset
http://titipata.github.io/pubmed_parser/
MIT License
564 stars 164 forks source link

Create test function for Pubmed Parser #80

Closed titipata closed 4 years ago

titipata commented 4 years ago

Create a test function for Pubmed Parser and maybe integrate it with some integration such as CircleCI or TravisCI. This should test that Pubmed Parser can parse some of the examples we have correctly.

titipata commented 4 years ago

@daniel-acuna, I attempted to make a test file and TravisCI integration at 177869c. It still fails but I will try to fix the issue soon.

titipata commented 4 years ago

We should have a primitive version of test after commit 43d324b

titipata commented 4 years ago

I will close this issue since it's almost complete after e40f8c0cad66c3944534e027486a585772835f8d.