mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
mark failing test_dataclasses
This commit is contained in:
committed by
Jeong, YunWon
parent
2823053614
commit
301ff32a59
1
Lib/test/test_dataclasses/__init__.py
vendored
1
Lib/test/test_dataclasses/__init__.py
vendored
@@ -2311,6 +2311,7 @@ class TestDocString(unittest.TestCase):
|
||||
|
||||
self.assertDocStrEqual(C.__doc__, "C(x:int=3)")
|
||||
|
||||
@unittest.expectedFailure # TODO: RUSTPYTHON
|
||||
def test_docstring_one_field_with_default_none(self):
|
||||
@dataclass
|
||||
class C:
|
||||
|
||||
Reference in New Issue
Block a user