Skip to content

Commit

Permalink
tests: skip qfont test if no backend is available
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Jun 13, 2022
1 parent 83c96ab commit e17ff71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_q_resource_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from enaml.fontext import Font


def test_QFont_from_Font():
def test_QFont_from_Font(qt_app):
# Regression test for PySide: QFont_from_Font was raising a TypeError
# in its call to qfont.setStyle(font.style). This test passes if it
# does not raise an exception.
Expand Down

0 comments on commit e17ff71

Please sign in to comment.