manuskript/manuskript/tests/__init__.py
2017-11-19 15:29:38 +01:00

17 lines
383 B
Python

#!/usr/bin/env python
# --!-- coding: utf8 --!--
"""Tests."""
import pytest
# We need a qApplication to be running, or all the calls to qApp
# will throw a seg fault.
# from PyQt5.QtWidgets import QApplication
# app = QApplication([])
# app.setOrganizationName("manuskript_tests")
# app.setApplicationName("manuskript_tests")
from manuskript import main
app, MW = main.prepare()