probabl-ai / skore

Skore lets you "Own Your Data Science." It provides a user-friendly interface to track and visualize your modeling results, and perform evaluation of your machine learning models with scikit-learn.
https://probabl-ai.github.io/skore/
MIT License
70 stars 7 forks source link

documentation/ci: Check for setup/teardown feature in `doctest` #750

Open thomass-dev opened 1 day ago

thomass-dev commented 1 day ago

To run even complex doctest, we should setup/teardown environment, such as creating tmp project, adding items etc. As for pytest, we should take a look at some setup/teardown functionality.

This way, we can factorize and hide from user the boring part of a doctest.