Branch: refs/heads/features
Home: https://github.com/pytest-dev/pytest
Commit: 0ab85e7a9cfc6f36a37a6e79dbb73b2b83c997bc
https://github.com/pytest-dev/pytest/commit/0ab85e7a9cfc6f36a37a6e79dbb73b2b83c997bc
Author: Jonas Obrist <jonas.obr...@hde.co.jp>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M _pytest/cacheprovider.py
M testing/test_cache.py
Log Message:
-----------
Changed behavior if --lf and --ff are both used.
When using both --last-failed/--lf and --failed-first/--ff pytest would
run all tests with failed tests first (as if --lf was not provied). This
patch changes it so that when using both flags, only the last failed
tests are run. This makes it easier to set --ff as the default behavior
via the config file and then selectively use --lf to only run the last
failed tests.
Commit: 08d83a5c6a7c74cd00d21887731ad26a4412d7fd
https://github.com/pytest-dev/pytest/commit/08d83a5c6a7c74cd00d21887731ad26a4412d7fd
Author: Jonas Obrist <jonas.obr...@hde.co.jp>
Date: 2017-04-10 (Mon, 10 Apr 2017)
Changed paths:
M AUTHORS
M CHANGELOG.rst
Log Message:
-----------
updated changelog and authors files
Commit: 1125786e787b320dd26d8c720c6ce81c72a1c838
https://github.com/pytest-dev/pytest/commit/1125786e787b320dd26d8c720c6ce81c72a1c838
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2017-04-11 (Tue, 11 Apr 2017)
Changed paths:
M testing/test_cache.py
Log Message:
-----------
Improve --lf/--ff test as commented during review
Commit: 02da278894ae5b760f61b06f71c806b5366b8f1f
https://github.com/pytest-dev/pytest/commit/02da278894ae5b760f61b06f71c806b5366b8f1f
Author: Bruno Oliveira <nicodde...@gmail.com>
Date: 2017-04-11 (Tue, 11 Apr 2017)
Changed paths:
M AUTHORS
M CHANGELOG.rst
M _pytest/cacheprovider.py
M testing/test_cache.py
Log Message:
-----------
Merge pull request #2357 from ojii/lastfailed-failedfirst
Changed behavior if --lf and --ff are both used.
Compare:
https://github.com/pytest-dev/pytest/compare/83b241b449b0...02da278894ae
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit