コード例 #1
0
ファイル: test_commands.py プロジェクト: jamwt/diesel-pmxbot
	def test_progress(self):
		"""
		Test the progress bar
		"""
		res = commands.progress(c, e, "#test", "testrunner", "1|98123|30")
		print(res)
		assert res == "1 [===       ] 98123"
コード例 #2
0
ファイル: test_commands.py プロジェクト: yougov/pmxbot
	def test_progress(self):
		"""
		Test the progress bar
		"""
		res = commands.progress("1|98123|30")
		print(res)
		assert res == "1 [===       ] 98123"
コード例 #3
0
ファイル: test_commands.py プロジェクト: calamnet/pmxbot
	def test_progress(self):
		"""
		Test the progress bar
		"""
		res = commands.progress("1|98123|30")
		print(res)
		assert res == "1 [===       ] 98123"