[yt-svn] commit/yt: chummels: Merged in ngoldbaum/yt (pull request #1807)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Oct 19 11:18:19 PDT 2015


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/96e7ac3e7175/
Changeset:   96e7ac3e7175
Branch:      yt
User:        chummels
Date:        2015-10-19 18:18:05+00:00
Summary:     Merged in ngoldbaum/yt (pull request #1807)

Document --answer-name
Affected #:  1 file

diff -r f82ca33cd2733c7efdd00af346e032fbedabe4b3 -r 96e7ac3e7175758b3c0b2a780d3ef0920adaaaa9 doc/source/developing/testing.rst
--- a/doc/source/developing/testing.rst
+++ b/doc/source/developing/testing.rst
@@ -302,18 +302,19 @@
 .. code-block:: bash
 
    $ cd $YT_HG
-   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-store frontends.tipsy
+   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-store --answer-name=local-tipsy frontends.tipsy
 
 This command will create a set of local answers from the tipsy frontend tests
 and store them in ``$HOME/Documents/test`` (this can but does not have to be the
 same directory as the ``test_data_dir`` configuration variable defined in your
-``.yt/config`` file). To run the tipsy frontend's answer tests using a different
-yt changeset, update to that changeset, recompile if necessary, and run the
-tests using the following command:
+``.yt/config`` file) in a file named ``local-tipsy``. To run the tipsy
+frontend's answer tests using a different yt changeset, update to that
+changeset, recompile if necessary, and run the tests using the following
+command:
 
 .. code-block:: bash
 
-   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test frontends.tipsy
+   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-name=local-tipsy frontends.tipsy
 
 The results from a nose testing session are pretty straightforward to
 understand, the results for each test are printed directly to STDOUT.  If a test

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list