Adding upstream version 4.64.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ee08d9327c
commit
2da88b2fbc
89 changed files with 16770 additions and 0 deletions
7
tests/tests_notebook.py
Normal file
7
tests/tests_notebook.py
Normal file
|
@ -0,0 +1,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")
|
Loading…
Add table
Add a link
Reference in a new issue