Skip to content

Commit

Permalink
importorskip
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Sep 30, 2023
1 parent 0281bb6 commit 969447e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_iconify.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import pytest
from qtpy.QtWidgets import QPushButton

from superqt import QIconifyIcon


def test_qiconify(qtbot):
pytest.importorskip("pyconify")
icon = QIconifyIcon("bi:alarm-fill", color="red", rotate=90)
assert icon.path.endswith(".svg")
btn = QPushButton()
Expand Down

0 comments on commit 969447e

Please sign in to comment.