Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04fded5

Browse files
committed
Unmark skip-like decorators for resolved ones
1 parent e27263a commit 04fded5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Lib/test/test_descr.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,8 +1851,6 @@ def __init__(self, foo):
18511851
object.__init__(A(3))
18521852
self.assertRaises(TypeError, object.__init__, A(3), 5)
18531853

1854-
@unittest.expectedFailure
1855-
@unittest.skip("TODO: RUSTPYTHON")
18561854
def test_restored_object_new(self):
18571855
class A(object):
18581856
def __new__(cls, *args, **kwargs):

Lib/test/test_logging.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2170,8 +2170,6 @@ def handle_request(self, request):
21702170
request.end_headers()
21712171
self.handled.set()
21722172

2173-
# TODO: RUSTPYTHON
2174-
@unittest.skip("RUSTPYTHON")
21752173
def test_output(self):
21762174
# The log message sent to the HTTPHandler is properly received.
21772175
logger = logging.getLogger("http")

0 commit comments

Comments
 (0)