alteryx / alteryx/evalml

Refactor ``test_components.py::test_describe_component``

Abierto
#2,876 0 comentarios 0 reacciones 0 asignados Ver en GitHub
refactor testing
Lenguaje dominante
Python
Estrellas
850
Forks
96
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

``test_components.py::test_describe_component`` is a test that checks if a component.describe() returns the appropriate result. However, if a dev adds a new component, there is nothing requiring the dev to add that component to this test. That means this test will quickly get outdated.

We should either update this test to enforce that it checks every component available, or refactor this test and move each check to the appropriate component test file!

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.