update tool_dependencies.cmake, CMakeLists.txt, hydra script
This commit is contained in:
+2
-2
@@ -23,7 +23,7 @@ from automatedtesting_shared.editor_test_helper import EditorTestHelper
|
||||
LEVELS = os.listdir(os.path.join(azlmbr.paths.devroot, "AutomatedTesting", "Levels", "AtomLevels"))
|
||||
|
||||
|
||||
class TestAllLevelsOpenClose(EditorTestHelper):
|
||||
class HydraAtomLevels(EditorTestHelper):
|
||||
"""Tests that all expected Atom levels can be opened and load successfully."""
|
||||
def __init__(self):
|
||||
EditorTestHelper.__init__(self, log_prefix="Atom_TestAllLevelsOpenClose", args=["level"])
|
||||
@@ -101,5 +101,5 @@ class TestAllLevelsOpenClose(EditorTestHelper):
|
||||
general.log(f"The following levels failed to open: {failed_to_open}")
|
||||
|
||||
|
||||
test = TestAllLevelsOpenClose()
|
||||
test = HydraAtomLevels()
|
||||
test.run()
|
||||
|
||||
Reference in New Issue
Block a user