コード例 #1
0
ファイル: test_commands.py プロジェクト: jamwt/diesel-pmxbot
	def test_logo(self):
		lines = list(system.logo(c, e, '#test', 'testrunner', ''))
		assert len(lines)
コード例 #2
0
ファイル: test_commands.py プロジェクト: yougov/pmxbot
	def test_logo(self):
		lines = list(system.logo())
		assert len(lines)
コード例 #3
0
ファイル: test_commands.py プロジェクト: calamnet/pmxbot
	def test_logo(self):
		lines = list(system.logo())
		assert len(lines)