Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Create Unit Tests for Missing Files

Abierto
#1,456 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
35/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
python
Área
testing

Línea de trabajo

Start by comparing the nine listed source files with nearby pytest tests in the corresponding test directories. Work through the checklist, using each source file to identify its testable behavior. Done means every listed target test file exists and provides comprehensive pytest-based coverage for its source file.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

Description

Several source files in the openml-python package currently lack corresponding unit test files. This issue tracks the creation of comprehensive pytest-based unit tests for all missing test coverage.

Missing Unit Tests for Missing Files

  • openml/base.pytests/test_openml/test_base.py
  • openml/cli.pytests/test_openml/test_cli.py
  • openml/exceptions.pytests/test_openml/test_exceptions.py
  • openml/testing.pytests/test_openml/test_testing.py
  • openml/datasets/data_feature.pytests/test_datasets/test_data_feature.py
  • openml/evaluations/evaluation.pytests/test_evaluations/test_evaluation.py
  • openml/extensions/extension_interface.pytests/test_extensions/test_extension_interface.py
  • openml/setups/setup.pytests/test_setups/test_setup.py
  • openml/study/study.pytests/test_study/test_study.py
Lenguaje dominante
Python
Estrellas
361
Forks
296
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de openml/openml-python

Todos los issues de openml/openml-python

Issues similares

Más issues de Python

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.