biocommons / eutils

simplified searching, fetching, and parsing records from NCBI using their E-utilities interface
Apache License 2.0
58 stars 25 forks source link

use vcrpy to eliminate/reduce remote calls during testing #146

Closed reece closed 7 years ago

reece commented 7 years ago

I've had good success using vcrpy elsewhere. Time for eutils to adopt it too. For example, see https://github.com/reece/helix/tests/.

reece commented 7 years ago

Resolved in fixing #140 .