test_qttest.py 176 B

123456789
  1. from __future__ import absolute_import
  2. import pytest
  3. from qtpy import QtTest
  4. def test_qttest():
  5. """Test the qtpy.QtTest namespace"""
  6. assert QtTest.QTest is not None