alteryx/evalml

Refactor Additional Tests to Use get_test_data_from_configuration()

开放

#3,666 创建于 2022年8月15日

 (0 条评论) (0 个反应) (0 位负责人)Python (93 个派生)auto 404
good first issuerefactortesting

仓库指标

星标
 (852 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

As an EvalML dev, I would like all of my tests that are able to to use get_test_data_from_configuration() so that I can reduce total lines of code and confine changes to a single function.

Please see the attached PR, check out what lines of code were replaced in the suggestion with the call to get_test_data_from_configuration() and identify all the other places in our testing base that use those lines. Make a PR to replace those lines with calls to this function.

Originally posted by @eccabay in https://github.com/alteryx/evalml/pull/3650#discussion_r944699505

贡献者指南