Provide a way to prevent running tests based on prerequisite checks / if setup steps fail #23

Open
opened 2017-11-06 23:29:34 -05:00 by mklement0 · 0 comments
mklement0 commented 2017-11-06 23:29:34 -05:00 (Migrated from github.com)

Sometimes you want to prevent running tests altogether, if certain prerequisites aren't met.

On a related note, if a setup_dir / setup step fails, processing should probably stop altogether too.

Implementing the latter would enable the former: user could then place a prerequisites check in a top-level setup_dir script and report a nonzero exit code if prerequisites aren't met, causing overall processing to stop right there.

Sometimes you want to prevent running tests altogether, if certain prerequisites aren't met. On a related note, if a `setup_dir` / `setup` step fails, processing should probably stop altogether too. Implementing the latter would enable the former: user could then place a prerequisites check in a top-level `setup_dir` script and report a nonzero exit code if prerequisites aren't met, causing overall processing to stop right there.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tlevine/urchin#23
No description provided.