MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / test_aboutData

Function test_aboutData

tests/test_modules/test_gui/test_aboutData.py:11–19  ·  view source on GitHub ↗

Simple test to validate all about data exists

()

Source from the content-addressed store, hash-verified

9
10
11def test_aboutData():
12 """
13 Simple test to validate all about data exists
14 """
15 assert versionString.__len__() > 0
16 assert licenses.__len__() > 0
17 assert developers.__len__() > 0
18 assert credits.__len__() > 0
19 assert description.__len__() > 0

Callers

nothing calls this directly

Calls 1

__len__Method · 0.45

Tested by

no test coverage detected