aai-institute / aai-institute/pyDVL
Define more pytest markers
Abierto
testing
- Lenguaje dominante
- Python
- Estrellas
- 146
- Forks
- 10
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
We currently have `pytest.mark.torch` as a pytest marker used to identify tests that depend on PyTorch. This can be used to selectively run only these tests or skip them altogether.
We should define more markers for other cases such as:
- `pytest.mark.ray` for tests that depend on ray.
- `pytest.mark.memcached` for tests that depend on memcached.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.