ProgressBar#

class ProgressBar[source]#

Progress bar for display while running suite.

Parameters
namestr
lengthint
__init__(name, length, unit)[source]#

Initialize progress bar.

__new__(*args, **kwargs)#

Methods

ProgressBar.close()

Close the progress bar.

ProgressBar.inc_progress()

Increase progress bar value by 1.

ProgressBar.set_text(text)

Set current running check.