Skip to content

Commit

Permalink
Some bugfix for using requests_cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Sep 25, 2017
1 parent 05d75d2 commit 140734f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_fetchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
import sys
import logging
import unittest
import requests_cache

try:
from StringIO import StringIO
Expand Down Expand Up @@ -63,6 +64,8 @@ class TestFetchers(unittest.TestCase):
def setUp(self):
"""Initialize the framework for testing."""

requests_cache.uninstall_cache()

self.uniprotid = "P00439"
self.pdbid = "2pah"
self.cathid = "1.50.10.100_1318"
Expand Down

0 comments on commit 140734f

Please sign in to comment.