Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/doc/en/developer/review.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ The following should generally be checked while reading and testing the code:
optional doctests related to the functionality. See :ref:`chapter-doctesting`
for more information.

For changes that affect the **user interface**, in particular, upgrades to
IPython and Jupyter component packages, manual testing is crucial because
our automatic tests do not cover the user interface. We recommend to use
a `Jupyter notebook with comprehensive tests of graphics and typesetting
<https://github.com/egourgoulhon/SageMathTest/blob/master/Notebooks/test_display.ipynb>`_,
some of which is Sage-specific.

You are now ready to change the PR's status (see
:ref:`section-github-pr-status`):

Expand Down