Exemple #1
0
def test_update_description():
    assert_equals(exp_markdown.strip(),
                  bot.update_standings(markdown, 'bar').strip())
Exemple #2
0
def test_update_description():
    assert_equals(exp_markdown.strip(),
                  bot.update_standings(markdown, 'bar').strip())
Exemple #3
0
def test_update_description_amps():
    assert_equals("&", bot.update_standings("&", 'bar').strip())
Exemple #4
0
def test_update_description_amps():
    assert_equals("&", bot.update_standings("&", 'bar').strip())