[yt-svn] commit/yt: 3 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Oct 4 11:05:36 PDT 2016


3 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/a798b02800ac/
Changeset:   a798b02800ac
Branch:      yt
User:        ngoldbaum
Date:        2016-09-27 21:15:57+00:00
Summary:     Remove where=yt from nosetests configuration
Affected #:  1 file

diff -r 5a08f4cc1af1a18889e0dc93cb3afa908f2d3d2f -r a798b02800acabe1468cc63d380868563c090242 setup.cfg
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,6 @@
 
 [nosetests]
 detailed-errors=1
-where=yt
 exclude=answer_testing
 with-xunit=1
 


https://bitbucket.org/yt_analysis/yt/commits/5f55477e292c/
Changeset:   5f55477e292c
Branch:      yt
User:        ngoldbaum
Date:        2016-09-27 21:21:39+00:00
Summary:     Update documentation
Affected #:  1 file

diff -r a798b02800acabe1468cc63d380868563c090242 -r 5f55477e292c4113f7c34d64423f4b27a026aef7 doc/source/developing/testing.rst
--- a/doc/source/developing/testing.rst
+++ b/doc/source/developing/testing.rst
@@ -68,7 +68,7 @@
 
 .. code-block:: bash
 
-   $ nosetests visualization/tests/test_plotwindow.py
+   $ nosetests yt/visualization/tests/test_plotwindow.py
 
 How to Write Unit Tests
 ^^^^^^^^^^^^^^^^^^^^^^^
@@ -306,7 +306,7 @@
 .. code-block:: bash
 
    $ cd $YT_HG
-   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-store --answer-name=local-tipsy frontends.tipsy
+   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-store --answer-name=local-tipsy yt.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
@@ -318,7 +318,7 @@
 
 .. code-block:: bash
 
-   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-name=local-tipsy frontends.tipsy
+   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-name=local-tipsy yt.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
@@ -331,7 +331,7 @@
 
 .. code-block:: bash
 
-   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-store --answer-big-data frontends.owls
+   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-store --answer-big-data yt.frontends.owls
 
 
 How to Write Answer Tests


https://bitbucket.org/yt_analysis/yt/commits/aae37ab0285f/
Changeset:   aae37ab0285f
Branch:      yt
User:        ngoldbaum
Date:        2016-10-04 18:05:09+00:00
Summary:     Merged in ngoldbaum/yt (pull request #2395)

Remove where=yt from nosetests configuration
Affected #:  2 files

diff -r 160d057fb7cf2e7794a631b5b311a56983648295 -r aae37ab0285f6f641eb0b435c83f29bb74fc2f66 doc/source/developing/testing.rst
--- a/doc/source/developing/testing.rst
+++ b/doc/source/developing/testing.rst
@@ -68,7 +68,7 @@
 
 .. code-block:: bash
 
-   $ nosetests visualization/tests/test_plotwindow.py
+   $ nosetests yt/visualization/tests/test_plotwindow.py
 
 How to Write Unit Tests
 ^^^^^^^^^^^^^^^^^^^^^^^
@@ -306,7 +306,7 @@
 .. code-block:: bash
 
    $ cd $YT_HG
-   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-store --answer-name=local-tipsy frontends.tipsy
+   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-store --answer-name=local-tipsy yt.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
@@ -318,7 +318,7 @@
 
 .. code-block:: bash
 
-   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-name=local-tipsy frontends.tipsy
+   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-name=local-tipsy yt.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
@@ -331,7 +331,7 @@
 
 .. code-block:: bash
 
-   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-store --answer-big-data frontends.owls
+   $ nosetests --with-answer-testing --local --local-dir $HOME/Documents/test --answer-store --answer-big-data yt.frontends.owls
 
 
 How to Write Answer Tests

diff -r 160d057fb7cf2e7794a631b5b311a56983648295 -r aae37ab0285f6f641eb0b435c83f29bb74fc2f66 setup.cfg
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,6 @@
 
 [nosetests]
 detailed-errors=1
-where=yt
 exclude=answer_testing
 with-xunit=1

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