mirror of
https://github.com/vale981/jobmanager
synced 2025-03-06 02:11:39 -05:00
minor bugfix in progress test
This commit is contained in:
parent
511a817ea7
commit
270d486319
1 changed files with 16 additions and 15 deletions
|
@ -421,21 +421,22 @@ def test_progress_bar_counter_non_max():
|
|||
|
||||
if __name__ == "__main__":
|
||||
func = [
|
||||
# test_loop_basic(),
|
||||
# test_loop_signals(),
|
||||
# test_loop_normal_stop(),
|
||||
# test_loop_need_sigterm_to_stop(),
|
||||
# test_loop_need_sigkill_to_stop(),
|
||||
# test_why_with_statement,
|
||||
# test_progress_bar,
|
||||
# test_progress_bar_with_statement,
|
||||
# test_progress_bar_multi,
|
||||
# test_status_counter,
|
||||
# test_status_counter_multi,
|
||||
# test_intermediate_prints_while_running_progess_bar,
|
||||
# test_intermediate_prints_while_running_progess_bar_multi,
|
||||
# test_progress_bar_counter,
|
||||
test_progress_bar_counter_non_max
|
||||
test_loop_basic,
|
||||
test_loop_signals,
|
||||
test_loop_normal_stop,
|
||||
test_loop_need_sigterm_to_stop,
|
||||
test_loop_need_sigkill_to_stop,
|
||||
test_why_with_statement,
|
||||
test_progress_bar,
|
||||
test_progress_bar_with_statement,
|
||||
test_progress_bar_multi,
|
||||
test_status_counter,
|
||||
test_status_counter_multi,
|
||||
test_intermediate_prints_while_running_progess_bar,
|
||||
test_intermediate_prints_while_running_progess_bar_multi,
|
||||
test_progress_bar_counter,
|
||||
test_progress_bar_counter_non_max,
|
||||
lambda: print("END")
|
||||
]
|
||||
|
||||
for f in func:
|
||||
|
|
Loading…
Add table
Reference in a new issue