Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a64680

Browse filesBrowse files
committed
Add moar tests
1 parent 77db960 commit 2a64680
Copy full SHA for 2a64680

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

‎Lib/test/test_pyrepl.py

Copy file name to clipboardExpand all lines: Lib/test/test_pyrepl.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ def test_empty_namespace_completion(self):
370370
def test_global_namespace_completion(self):
371371
events = [
372372
Event(evt="key", data="p", raw=bytearray(b"p")),
373+
Event(evt="key", data="y", raw=bytearray(b"y")),
373374
Event(evt="key", data="\t", raw=bytearray(b"\t")),
374375
Event(evt="key", data="\n", raw=bytearray(b"\n")),
375376
]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.