#3034 Added new option "--new-first"

This commit is contained in:
feuillemorte
2018-02-13 22:49:28 +03:00
parent 063e2da967
commit dff0500114
4 changed files with 170 additions and 4 deletions

View File

@@ -266,3 +266,13 @@ dumps/loads API of the json stdlib module
.. automethod:: Cache.get
.. automethod:: Cache.set
.. automethod:: Cache.makedir
New tests first
-----------------
The plugin provides command line options to run tests in another order:
* ``--nf``, ``--new-first`` - to run tests in next order: first new tests, then
last modified files with tests in descending order (default order inside file).