Initial pass at tests
This commit is contained in:
8
tests/test_modules/gui/test_aboutData.py
Normal file
8
tests/test_modules/gui/test_aboutData.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from gui.aboutData import versionString, licenses, developers, credits, description
|
||||
|
||||
def test_aboutData():
|
||||
assert versionString.__len__() > 0
|
||||
assert licenses.__len__() > 0
|
||||
assert developers.__len__() > 0
|
||||
assert credits.__len__() > 0
|
||||
assert description.__len__() > 0
|
||||
Reference in New Issue
Block a user