Stable: Test shuffling and reporting improvements
Changes / bug-fixes:
- Add test execution order shuffling
--shuffle
and--shuffle-seed
. See #69. - Added sorted order for text reports (tests are sorted first by target name and later by test case name).
- Bug-fix: Check if
{{end}}
appears in the start to detect end of the test. - Add
virtualenv
usage description toREADME.md
.