File: tests_tk.py

package info (click to toggle)
tqdm 4.67.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 720 kB
  • sloc: python: 5,610; makefile: 160; sh: 16
file content (7 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
"""Test `tqdm.tk`."""
from .tests_tqdm import importorskip


def test_tk_import():
    """Test `tqdm.tk` import"""
    importorskip('tqdm.tk')