tarantool / test-run

Tarantool functional testing framework
14 stars 15 forks source link

Show progress (tests finished / passed / failed / total tests) while running #361

Closed sergepetrenko closed 1 year ago

sergepetrenko commented 1 year ago

It's quite common to check if the test's flaky by running ./test-run.py $(yes test_name | head -n 512). And it's really hard to understand how long the command will run and how many tests have passed then.

This would be useful when running usual testing ./test-run.py as well.