mirror of https://github.com/tqdm/tqdm.git
tests: gui & tk import
This commit is contained in:
parent
69911354ad
commit
469a08008b
|
@ -0,0 +1,7 @@
|
|||
"""Test `tqdm.gui`."""
|
||||
from .tests_tqdm import importorskip
|
||||
|
||||
|
||||
def test_gui_import():
|
||||
"""Test `tqdm.gui` import"""
|
||||
importorskip('tqdm.gui')
|
|
@ -0,0 +1,7 @@
|
|||
"""Test `tqdm.tk`."""
|
||||
from .tests_tqdm import importorskip
|
||||
|
||||
|
||||
def test_tk_import():
|
||||
"""Test `tqdm.tk` import"""
|
||||
importorskip('tqdm.tk')
|
Loading…
Reference in New Issue