Skip to content

Commit c6e9d5c

Browse files
committed
Add note to xfail.
1 parent 564bc39 commit c6e9d5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_model_generator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def test_modelgen_06(self):
261261
self.assertIsInstance(user, default.User)
262262
self.assertIsInstance(user, default.CustomUser)
263263

264-
@tb.xfail
264+
@tb.xfail("links to std::Object don't decoded to the object's actual type")
265265
def test_modelgen_07(self):
266266
from models.orm import default, std
267267

@@ -1375,7 +1375,7 @@ def test_modelgen_pydantic_apis_11d(self):
13751375
self.assertPydanticPickles(t)
13761376
self.assertPydanticSerializes(t)
13771377

1378-
@tb.xfail
1378+
@tb.xfail("links to std::Object don't decoded to the object's actual type")
13791379
def test_modelgen_pydantic_apis_11e(self):
13801380
# Test model_dump() and model_dump_json() on models;
13811381
# test *single required* link serialization in all combinations
@@ -1392,7 +1392,7 @@ def test_modelgen_pydantic_apis_11e(self):
13921392
self.assertPydanticPickles(t)
13931393
self.assertPydanticSerializes(t)
13941394

1395-
@tb.xfail
1395+
@tb.xfail("links to std::Object don't decoded to the object's actual type")
13961396
def test_modelgen_pydantic_apis_11f(self):
13971397
# Test model_dump() and model_dump_json() on models;
13981398
# test *single required* link serialization in all combinations

0 commit comments

Comments
 (0)