Changes between and of Initial VersionVersion 7Ticket #1518
- Timestamp:
- 03/23/2011 04:43:45 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1518
- Property priority changed from low to normal
- Property cc acapnotic, list-ener@…, thijs added
- Property summary changed from Exit on failure to trial option to exit on failure
-
Ticket #1518 – description
initial v7 1 1 Add an option to Trial to make it stop the test run on the first error/failure. 2 2 3 py.test uses the option: 3 py.test uses the option: 4 {{{ 4 5 -x, --exitfirst exit instantly on first error or failed test. 6 }}} 5 7 which looks fine to me.
