File: tests_gui.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-- 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
"""Test `tqdm.gui`."""
from .tests_tqdm import importorskip


def test_gui_import():
    """Test `tqdm.gui` import"""
    importorskip('tqdm.gui')