コード例 #1
0
ファイル: test_bot.py プロジェクト: StopaTropa/vogeltron
def test_update_description():
    assert_equals(exp_markdown.strip(),
                  bot.update_standings(markdown, 'bar').strip())
コード例 #2
0
ファイル: test_bot.py プロジェクト: StopaTropa/vogeltron
def test_update_description():
    assert_equals(exp_markdown.strip(),
                  bot.update_standings(markdown, 'bar').strip())
コード例 #3
0
ファイル: test_bot.py プロジェクト: StopaTropa/vogeltron
def test_update_description_amps():
    assert_equals("&", bot.update_standings("&", 'bar').strip())
コード例 #4
0
ファイル: test_bot.py プロジェクト: StopaTropa/vogeltron
def test_update_description_amps():
    assert_equals("&", bot.update_standings("&", 'bar').strip())