We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc5df0 commit f495618Copy full SHA for f495618
src/doc/en/developer/doctesting.rst
@@ -1693,7 +1693,10 @@ The modularized distribution packages ``pkgs/sagemath-categories`` and
1693
with the option ``--baseline-stats-path``, see section
1694
:ref:`section-doctest-auxiliary-files`.
1695
1696
-These files can be updated using the command::
+After running the doctesters of the distributions, for example, via
1697
+``sage --fixdoctests``, you can use the test results stored in
1698
+``timings2.json`` files to update the ``known-test-failures*.json`` files.
1699
+This update can be done using the command::
1700
1701
[mkoeppe@localhost sage]$ ./sage --fixdoctests --no-test \
1702
--update-known-test-failures --distribution all
0 commit comments