py.test
has a wonderful feature called --failed-first
which tells it to run the tests that failed last time before the others. This speeds up the execution process considerably.
I am looking for something similar for behave smoke
. Is there way to implement this?