Skip to content

Commit

Permalink
updated pytest mark configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
reece committed May 13, 2019
1 parent 25bc21f commit d922495
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
11 changes: 11 additions & 0 deletions pytest.ini
Expand Up @@ -12,3 +12,14 @@ doctest_optionflags =
norecursedirs =
.eggs build cover dist etc examples misc prof sbin tmp venv
hgvs.egg-info

markers =
extra
issues
mapping
models
normalization
quick
regression
validation

Binary file modified tests/data/cache-py3.hdp
Binary file not shown.
1 change: 0 additions & 1 deletion tests/fx-test/test_variant_length.py
Expand Up @@ -14,7 +14,6 @@
from support import CACHE


@pytest.mark.fx
class Test_VariantLengths(unittest.TestCase):
"""test length_change method for all variant types and cases"""

Expand Down
1 change: 0 additions & 1 deletion tests/test_hgvs_variantmapper_near_discrepancies.py
Expand Up @@ -36,7 +36,6 @@ def read_tests(fn):
params = [(t["variant"], t["expected"], t["loc_type"] + " " + t["disc_type"]) for t in tests]


@pytest.mark.pnd
@pytest.mark.parametrize("variant,expected,description", params)
def test_projection_near_discrepancies(variant, expected, description):
var_n = hp.parse_hgvs_variant(variant)
Expand Down

0 comments on commit d922495

Please sign in to comment.