diff --git a/doc/source/developing/testing.rst b/doc/source/developing/testing.rst index c1e1ac1d6ec..96ddfad8424 100644 --- a/doc/source/developing/testing.rst +++ b/doc/source/developing/testing.rst @@ -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 `_ + decribes how the ``nose`` tests work. What Do Answer Tests Do ^^^^^^^^^^^^^^^^^^^^^^^