summaryrefslogtreecommitdiff
path: root/_test/test_issues.py
diff options
context:
space:
mode:
Diffstat (limited to '_test/test_issues.py')
-rw-r--r--_test/test_issues.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/_test/test_issues.py b/_test/test_issues.py
index 9c06af4..f3a0389 100644
--- a/_test/test_issues.py
+++ b/_test/test_issues.py
@@ -483,8 +483,7 @@ class TestIssues:
"""
assert save_and_run(dedent(program_src), tmpdir) == 0
- @pytest.mark.xfail(strict=True, reason='bla bla', raises=AssertionError)
- def test_issue_xxx(self):
+ def test_issue_239(self):
inp = """
first_name: Art
occupation: Architect
@@ -500,6 +499,7 @@ class TestIssues:
# Lost again
---
I: knew
+ # final words
"""
d = YAML().round_trip_all(inp) # NOQA