feat: add loading bar to display test runned progress
-
refactor(docker): use a dedicated thread for each test
still need to wait on previous thread to be run to start next one + code is uggly -
feat(docker): run tests in paralell
-
refactor(docker): make a function to test multiple trees
-
style: format code properly
-
fix(docker): hide both stderr and stdout when running docker command
-
refactor: make linter happy
-
test(docker): make big_tree_arent_slower more to parameterizable
-
refactor(docker): all trees run in different threads
-
test(docker): ensure test_trees work fine
-
test(docker): ensure that trees are run at the same time
-
test(docker): perf test no more flacky
-
feat: add loading bar
-
fix: only include tests in loading bar size
-
style: format code properly
-
test: ignore loading bar in tests
-
feat(cli): add flag to disable loading bar
-
docs: update version number