"Adding New Test"

This commit is contained in:
darapan
2021-05-05 04:16:48 -07:00
parent 70bd3ea0ff
commit 71eccf3a6a
2 changed files with 137 additions and 0 deletions
@@ -31,3 +31,7 @@ class TestAutomation(TestAutomationBase):
def test_Resizing_Pane(self, request, workspace, editor, launcher_platform):
from . import Resizing_Pane as test_module
self._run_test(request, workspace, editor, test_module)
def test_Unpin_VariableManager(self, request, workspace, editor, launcher_platform):
from . import Unpin_VariableManager as test_module
self._run_test(request, workspace, editor, test_module)