Skip to content

Commit

Permalink
Making comment about metadata coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
jmvrbanac committed Nov 24, 2013
1 parent 36c3e0b commit 5c9eeb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/using/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ Argument Description
--no-art Disables the ASCII art on the runner
--coverage Enables coverage.py integration. Configure using .coveragerc
--select-module Selects a module path to run. Ex: spec.sample.TestClass
--select-by-metadata Selects tests to run by specifying a list of key=value pairs
--select-by-metadata Selects tests to run by specifying a list of key=value pairs (coming soon)
===================== ============
4 changes: 2 additions & 2 deletions docs/writing_tests/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ Specter provided a few different ways of skipping tests.
.. autofunction:: specter.expect.incomplete()


Adding Metadata to Tests
~~~~~~~~~~~~~~~~~~~~~~~~~
Adding Metadata to Tests (coming soon)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Specter allows for you to tag tests with metadata. The primary purpose of this is to be able to carry misc information along with your test. At some point in the future, Specter will be able to output this information for consumption and processing. However, currently, metadata information can be used to select which tests you want to run.

.. autofunction:: specter.expect.metadata

0 comments on commit 5c9eeb9

Please sign in to comment.