コード例 #1
0
ファイル: test_dubstep.py プロジェクト: michaelorr/helga
def test_dubstep_gives_wubs():
    assert 'wubwub' in dubstep('', '', '', '', '')
コード例 #2
0
ファイル: test_dubstep.py プロジェクト: michaelorr/helga
def test_dubstep_after_timeout_resets_count():
    dubstep._last = time.time() - 30
    dubstep._counts['#bots'] = 10
    dubstep('', '#bots', '', '', '')
    assert dubstep._counts['#bots'] == 1