Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
18
venv/Lib/site-packages/qtpy/tests/test_qtprintsupport.py
Normal file
18
venv/Lib/site-packages/qtpy/tests/test_qtprintsupport.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
import pytest
|
||||
from qtpy import QtPrintSupport
|
||||
|
||||
|
||||
def test_qtprintsupport():
|
||||
"""Test the qtpy.QtPrintSupport namespace"""
|
||||
assert QtPrintSupport.QAbstractPrintDialog is not None
|
||||
assert QtPrintSupport.QPageSetupDialog is not None
|
||||
assert QtPrintSupport.QPrintDialog is not None
|
||||
assert QtPrintSupport.QPrintPreviewDialog is not None
|
||||
assert QtPrintSupport.QPrintEngine is not None
|
||||
assert QtPrintSupport.QPrinter is not None
|
||||
assert QtPrintSupport.QPrinterInfo is not None
|
||||
assert QtPrintSupport.QPrintPreviewWidget is not None
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue