def update_nba_sidebar(): """Task to update the nba sidebar. """ #Create the the sidebar text using nba_mod sidebar_text = nba_mod.create_sidebar() #Update the sidebar of /r/NBA nba_mod.update_sidebar(sidebar_text,'NBA')
def update_nba_sidebar(): """Task to update the nba sidebar. """ #Create the the sidebar text using nba_mod sidebar_text = nba_mod.create_sidebar() #Update the sidebar of /r/NBA nba_mod.update_sidebar(sidebar_text, 'NBA')
def test_create_sidebar(self): nba_mod.create_sidebar()
def test_update_sidebar(self): sidebar_text = nba_mod.create_sidebar() nba_mod.update_sidebar(sidebar_text,"nba")