Skip to content

Commit

Permalink
remove unittest reference in test_dsd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Mar 19, 2019
1 parent 66c923e commit e42a321
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/test_dsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

from . import MessageTest, test_data_path

import pytest


class Test_ESTAT_dsd_apro_mk_cola(MessageTest):
path = test_data_path / 'estat'
Expand Down Expand Up @@ -66,8 +68,8 @@ def test_annotations(self, msg):
assert a.type == 'NOTE'


class test_exr_constraints(unittest.TestCase):

@pytest.mark.skip(reason='needs refactor')
def test_exr_constraints():
def setUp(self):
self.ecb = Request('ecb')
filepath = os.path.join(test_path, 'data/exr_flow.xml')
Expand Down

0 comments on commit e42a321

Please sign in to comment.