Skip to content

Commit 7a5afd2

Browse files
authored
Update 2023-02-03-pytest-xfail-on-specific-exception.markdown
1 parent 9f4f856 commit 7a5afd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_posts/python/2023-02-03-pytest-xfail-on-specific-exception.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def test_func() -> None:
1515
func()
1616
```
1717

18-
While this works, unfortunately it won't let you say _where_ it should happen in the test.
18+
While this works, unfortunately it won't let you say exactly _where_ it's expected to be raised in the test.

0 commit comments

Comments
 (0)