FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update test/test_userlist.py and test_userdict.py from CPython 3.11.2 by dalinaum · Pull Request #4666 · RustPython/RustPython · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .py  (2) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
1 change: 1 addition & 0 deletions Lib/test/test_userdict.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,6 @@ class G(collections.UserDict):
self.fail("g[42] didn't raise KeyError")



if __name__ == "__main__":
unittest.main()
5 changes: 0 additions & 5 deletions Lib/test/test_userlist.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
class UserListTest(list_tests.CommonTest):
type2test = UserList

import sys
@unittest.skipIf(sys.platform == "win32", "TODO: RUSTPYTHON, unexpectedly panics somewhere")
def test_repr_deep(self): # XXX: RUSTPYTHON; remove this method when fixed
super().test_repr_deep()

def test_getslice(self):
super().test_getslice()
l = [0, 1, 2, 3, 4]
Expand Down

Back | FazBrowse Home | New Git URL