Skip to content

Commit

Permalink
Fix pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
SavageCore committed Sep 14, 2023
1 parent 0757846 commit 472cda3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/gui.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import pytest
from PyQt5 import QtCore, QtWidgets
from pytestqt.qtbot import QtBot
from torfGUI import __version__
from torfGUI.gui import TorfGUI

from torf_gui import __version__
from torf_gui.gui import TorfGUI

PROGRAM_NAME = "torf-gui"
PROGRAM_NAME_VERSION = "{} {}".format(PROGRAM_NAME, __version__)
Expand Down

0 comments on commit 472cda3

Please sign in to comment.