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 94cef91 commit b39dcd1Copy full SHA for b39dcd1
python_files/tests/test_shell_integration.py
@@ -73,6 +73,6 @@ def test_print_statement_darwin(monkeypatch):
73
def test_print_statement_non_darwin(monkeypatch):
74
importlib.reload(pythonrc)
75
with monkeypatch.context() as m:
76
- m.setattr('builtins.print', Mock())
+ m.setattr("builtins.print", Mock())
77
importlib.reload(sys.modules["pythonrc"])
78
print.assert_any_call("Ctrl click to launch VS Code Native REPL")
0 commit comments