We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pytest-dev
Learn more about funding links in repositories.
Report abuse
1 parent c0ffee0 commit 4ac013cCopy full SHA for 4ac013c
testing/test_collection.py
@@ -1864,7 +1864,7 @@ def test_respect_system_exceptions(
1864
pytester: Pytester, exception_class: type[BaseException]
1865
):
1866
ensure_file(pytester.path / "test_foo.py").write_text(
1867
- f"raise NotImplemented()", encoding="UTF-8"
+ "raise NotImplemented()", encoding="UTF-8"
1868
)
1869
ensure_file(pytester.path / "test_bar.py").write_text(
1870
f"raise {exception_class.__name__}()", encoding="UTF-8"
0 commit comments