You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pytest can be used to extract tests from an arbitrary file using the pytest_collect_file hook, see for an example to parse Yaml files. Thus it would be an idea to this to plugin sage's custom doctest discovery/format and profit from pytest JUnitXml format among many other output formats.
It is a standard format for test reporting, supported by major tools; for example:
To write:
To read:
Why we want it:
CC: @fchapoton @tobiasdiez @vbraun
Component: doctest framework
Issue created by migration from https://trac.sagemath.org/ticket/33232
The text was updated successfully, but these errors were encountered: