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