master
/ miniconda3 / pkgs / tqdm-4.65.0-py311h92b7b1e_0 / info / test / tests / tests_notebook.py

tests_notebook.py @a8e0244

41a0142
 
 
 
 
 
 
1
2
3
4
5
6
7
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")