Current File : /home/inlingua/miniconda3/pkgs/tqdm-4.67.1-py312he106c6f_0/info/test/tests/tests_notebook.py
from tqdm.notebook import tqdm as tqdm_notebook


def test_notebook_disabled_description():
    """Test that set_description works for disabled tqdm_notebook"""
    with tqdm_notebook(1, disable=True) as t:
        t.set_description("description")