fixing ly_test_tools function and unit tests

This commit is contained in:
evanchia
2021-06-16 10:02:36 -07:00
parent 7c28b1ff86
commit 009e96d601
5 changed files with 90 additions and 33 deletions
@@ -68,6 +68,8 @@ class TestBuiltinHelpers(object):
assert type(under_test) == expected_workspace
@mock.patch('ly_test_tools._internal.managers.abstract_resource_locator._find_project_json',
mock.MagicMock(return_value='mock_project'))
@mock.patch('ly_test_tools._internal.managers.workspace.AbstractWorkspaceManager',
mock.MagicMock(return_value=MockedWorkspaceManager))
@mock.patch('ly_test_tools.builtin.helpers.MAC', True)