Package scapi :: Package tests :: Module test_connect
[hide private]
[frames] | no frames]

Module test_connect

source code

Functions [hide private]
 
setup() source code
 
load_config(config_name=None) source code
 
test_load_config() source code
 
test_connect() source code
 
test_access_token_acquisition()
This test is commented out because it needs user-interaction.
source code
 
test_track_creation() source code
 
test_track_update() source code
 
test_scoped_track_creation() source code
 
test_upload() source code
 
test_contact_list() source code
 
test_permissions() source code
 
test_setting_permissions() source code
 
test_setting_comments() source code
 
test_setting_comments_the_way_shawn_says_its_correct() source code
 
test_contact_add_and_removal() source code
 
test_favorites() source code
 
test_large_list() source code
 
test_events() source code
 
test_me_having_stress() source code
 
test_non_global_api() source code
 
test_playlists() source code
Variables [hide private]
  logger = logging.getLogger(__name__)
  _logger = logging.getLogger("scapi")
  RUN_INTERACTIVE_TESTS = False
  USE_OAUTH = True
  TOKEN = 'FjNE9aRTg8kpxuOjzwsX8Q'
  SECRET = 'NP5PGoyKcQv64E0aZgV4CRNzHfPwR4QghrWoqEgEE'
  CONSUMER = 'EEi2URUfM97pAAxHTogDpQ'
  CONSUMER_SECRET = 'NFYd8T3i4jVKGZ9TMy9LHaBQB3Sh8V5sxBiMeMZBow'
  API_HOST = 'api.soundcloud.dev:3000'
  USER = ''
  PASSWORD = ''
  CONFIG_NAME = 'soundcloud.cfg'
  CONNECTOR = None
  ROOT = None