Skip to content

Commit

Permalink
Merge pull request #4955 from nastasha-w/testingdocs
Browse files Browse the repository at this point in the history
DOC: added note that answer tests are currently run with nose
  • Loading branch information
neutrinoceros authored Jul 25, 2024
2 parents 935a6d6 + e5f93d6 commit 766a95b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/source/developing/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,15 @@ More pytest options can be found by using the ``--help`` flag

Answer Testing
--------------
.. note::
This section documents answer tests run with ``pytest``. The plan is to
switch to using ``pytest`` for answer tests at some point in the future,
but currently (July 2024), answer tests are still implemented and run with
``nose``. We generally encourage developers to use ``pytest`` for any new
tests, but if you need to change or update one of the older ``nose``
tests, or are, e.g., writing a new frontend,
an `older version of this documentation <https://yt-project.org/docs/4.0.0/developing/testing.html#answer-testing>`_
decribes how the ``nose`` tests work.

What Do Answer Tests Do
^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 766a95b

Please sign in to comment.