AssemblyTest: Introduce assembly test module
This commit is contained in:
@@ -26,6 +26,5 @@ import TestApp
|
||||
from AssemblyTests.TestCore import TestCore
|
||||
|
||||
|
||||
# dummy usage to get flake8 and lgtm quiet
|
||||
False if TestCore.__name__ else True
|
||||
False if TestApp.__name__ else True
|
||||
# Use the modules so that code checkers don't complain (flake8)
|
||||
True if TestCore else False
|
||||
|
||||
Reference in New Issue
Block a user