You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tutorials can be run as tests from within the sdk folder. First set up your API credentials (if using a secrets.json file place this in the /sdk/tests folder) and install the required dependencies via pip:
$ pip install -r requirements.txt
Run the tests with the following command:
Windows:
$ set PYTHONPATH=%PYTHONPATH%;%cd%;%cd%\tests
$ python -m unittest discover -v