Files
pytest2/_pytest
Omar Kohl ede7478dcc Exit pytest on collection error (without executing tests)
Add --continue-on-collection-errors option to restore the previous behaviour:
Execute tests (that were successfully collected) even when collection errors
happen.

Some tests had to be modified e.g. because the return code changed to 2
(EXIT_INTERRUPTED) instead of 1 (EXIT_TESTSFAILED) because an Interrupted
exception is raised on collection error.

Implemented via pair programming with:
    Oleg Pidsadnyi <oleg.pidsadnyi@gmail.com>

closes #1421
2016-06-21 13:32:34 +02:00
..
2016-05-31 19:05:36 +02:00
2016-05-23 20:41:47 -03:00
2016-03-02 12:43:57 +00:00
2016-04-01 13:10:05 -04:00
2016-01-22 18:32:45 -02:00
2016-01-25 23:18:04 -02:00
2016-06-19 23:56:43 +03:00
2016-01-25 23:18:04 -02:00
2016-03-27 13:15:56 +03:00