Tests: improving get_application_type() and fixing its name.
This patch also enables multiversion tests running for Java.
This commit is contained in:
@@ -75,7 +75,9 @@ def skip_alert(*alerts):
|
||||
|
||||
def pytest_generate_tests(metafunc):
|
||||
cls = metafunc.cls
|
||||
if not hasattr(cls, 'application_type'):
|
||||
if (not hasattr(cls, 'application_type')
|
||||
or cls.application_type == None
|
||||
or cls.application_type == 'external'):
|
||||
return
|
||||
|
||||
type = cls.application_type
|
||||
|
||||
Reference in New Issue
Block a user