alteryx/evalml

Refactor Additional Tests to Use get_test_data_from_configuration()

Offen

#3.666 geöffnet am 15.08.2022

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (93 Forks)auto 404
good first issuerefactortesting

Repository-Metriken

Stars
 (852 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide