Skip to content

Instantly share code, notes, and snippets.

@apeiros
Created April 24, 2010 11:09
Show Gist options
  • Save apeiros/377590 to your computer and use it in GitHub Desktop.
Save apeiros/377590 to your computer and use it in GitHub Desktop.
Baretests's systematic of last-run-states
Last Run States:
================
* run
* success
* aborted
* manually (? better term ?)
* skip
* skip-tagged
* component missing (:use => foo, foo was not found)
* library missing (:requires => foo, foo could not be required)
*
* pending
* pending-tagged
* no setup block given
* no exercise block given
* no verify block given
* no teardown block given
* automatically (? better term ?)
* failure
* error
* unrun
* new (the test didn't exist in the last run)
* deselected (via glob, last-run-state or tag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment