def test_schema_cache_deprecated(self):
with pytest.warns(DeprecationWarning) as deprecation_record:
SchematizerClient()
assert (deprecation_record[0].message.args[0] ==
"data_pipeline.schema_cache.SchematizerClient is deprecated.")
评论列表
文章目录