azure csp unit tests WIP

This commit is contained in:
2020-02-11 14:11:11 -05:00
parent 50ab045353
commit 441e81ba8d
10 changed files with 355 additions and 149 deletions

View File

@@ -79,7 +79,7 @@ def mock_adal():
def mock_requests():
import requests
return Mock(spec=requests)
return Mock(wraps=requests)
def mock_secrets():