We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ddbd2f commit 1286aa8Copy full SHA for 1286aa8
python/tests/data/test_errors.py
@@ -39,7 +39,6 @@ def read_testdata(data_filename):
39
# -----------------------------------------------------------------------------
40
this_testdata = read_testdata(TESTDATA_FILE)
41
42
-@pytest.mark.skip(reason="TOO MANY DIFFERENCES: Error message here are more specific (IMHO)")
43
@pytest.mark.parametrize("expression, error", this_testdata)
44
def test_errors_with_datafile(expression, error):
45
with pytest.raises(TagExpressionError) as exc_info:
0 commit comments