Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
focus rocket description added
Browse files Browse the repository at this point in the history
  • Loading branch information
dwittner committed May 7, 2014
1 parent d44f6ca commit b033e43
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Binary file added _static/overview/focus-rocket.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions overview.rst
Expand Up @@ -300,6 +300,26 @@ colors, bright colors, or dim colors.
For more, see :ref:`buster-test-reporters`.


Focus rocket
============

If you want to run exact one test, test case or subset of tests and you don't
want to pass the corresponding name as a command line argument to ``buster-test``,
you can use the **focus rocket**. Just prepend the string ``=>`` to the name of
the test, test case or subset of tests, you want to execute::

"=>test assert": function () {
assert(true);
}


From now on, only that test, test case or subset of tests is executed by Buster.JS:

.. image:: _static/overview/focus-rocket.png
:width: 700
:height: 355


Deferred/pending tests
======================

Expand Down

0 comments on commit b033e43

Please sign in to comment.