Skip to content

Commit

Permalink
use hgvs cache for hgvs.easy.hdp connections
Browse files Browse the repository at this point in the history
  • Loading branch information
reece committed Jun 23, 2020
1 parent 1f28dc0 commit 1469be3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
import os

import pytest

import hgvs.easy
from hgvs.extras.babelfish import Babelfish

from support import CACHE
hgvs.easy.hdp = hgvs.dataproviders.uta.connect(mode=os.environ.get("HGVS_CACHE_MODE", "run"), cache=CACHE)


@pytest.fixture(scope="session", autouse=True)
def parser():
Expand Down
Binary file modified tests/data/cache-py3.hdp
Binary file not shown.

0 comments on commit 1469be3

Please sign in to comment.