Skip to content

Commit 1286aa8

Browse files
committed
debt: Enable Python error message tests
1 parent 0ddbd2f commit 1286aa8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/tests/data/test_errors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def read_testdata(data_filename):
3939
# -----------------------------------------------------------------------------
4040
this_testdata = read_testdata(TESTDATA_FILE)
4141

42-
@pytest.mark.skip(reason="TOO MANY DIFFERENCES: Error message here are more specific (IMHO)")
4342
@pytest.mark.parametrize("expression, error", this_testdata)
4443
def test_errors_with_datafile(expression, error):
4544
with pytest.raises(TagExpressionError) as exc_info:

0 commit comments

Comments
 (0)