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 19366da commit 49e2779Copy full SHA for 49e2779
tests/test_new.py
@@ -87,4 +87,7 @@ def test_package_pyproject_toml(tmp_empty, uninstall):
87
"event": "Hello, user!",
88
"level": "info",
89
"timestamp": ANY,
90
+ "filename": "cli.py",
91
+ "func_name": "log",
92
+ "lineno": ANY,
93
}
0 commit comments