Remove a skipped test.

This commit is contained in:
Dave Halter
2017-07-19 23:33:34 +02:00
parent 4919eccf00
commit ff04517895

View File

@@ -39,7 +39,6 @@ def diff_code_assert(a, b, n=4):
pass
@pytest.mark.skipif('True', reason='Refactor a few parser things first.')
def test_basic_parsing():
"""Validate the parsing features"""