tests_tk.py 143 B

1234567
  1. """Test `tqdm.tk`."""
  2. from .tests_tqdm import importorskip
  3. def test_tk_import():
  4. """Test `tqdm.tk` import"""
  5. importorskip('tqdm.tk')