adorton-adobe / user-sync.py

Application for synchronizing Adobe customer directories via the User Management API
MIT License
3 stars 0 forks source link

Create stub of directory_okta module #1

Closed adorton-adobe closed 7 years ago

adorton-adobe commented 7 years ago

Need a stub of all necessary functions for directory_okta.py. We also need a stub of the directory class with the minimal interface.

All functions and methods can be defined like this:

def foo(bar):
  pass

Or, if returning a value:

def return_list():
  return []