Skip to content

Commit

Permalink
Organize test files
Browse files Browse the repository at this point in the history
  • Loading branch information
mstuttgart committed May 1, 2024
1 parent 11c1698 commit 838c825
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "qdarkgraystyle"
version = "2.0.0"
authors = [
{name = "Michell Stuttgart", email = "[email protected]"},
]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions tests/test_example_pyqt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@

class TestPyQt5(unittest.TestCase):

def setUp(self):
super(TestPyQt5, self).setUp()

def test_create_main_window(self):
"""
Application entry point
Expand Down

0 comments on commit 838c825

Please sign in to comment.