Beispiel #1
0
	def test_progress(self):
		"""
		Test the progress bar
		"""
		res = commands.progress(c, e, "#test", "testrunner", "1|98123|30")
		print(res)
		assert res == "1 [===       ] 98123"
Beispiel #2
0
	def test_progress(self):
		"""
		Test the progress bar
		"""
		res = commands.progress("1|98123|30")
		print(res)
		assert res == "1 [===       ] 98123"
Beispiel #3
0
	def test_progress(self):
		"""
		Test the progress bar
		"""
		res = commands.progress("1|98123|30")
		print(res)
		assert res == "1 [===       ] 98123"