Skip to content

verbose pytest in python build

Alexandre Vincent requested to merge avincent2-master-patch-04887 into master

When tests in one file take a long time, there is no indication about which test is being run, which makes troubleshooting more complicated than necessary. Having a verbose pytest run allows to see which test function is currently running.

Merge request reports