An error occurred while fetching the assigned milestone of the selected merge_request.
tests: port test-doctest.py from core hg
- May 12, 2022
-
-
Anton Shestakov authored
We already have a doctest string for evolve.obshistory.cyclic(), but of course it didn't actually run. Something like test-doctest.py is first needed to run doctests via run-tests.py.
-
- May 13, 2022
-
-
Pierre-Yves David authored
If there's a cycle, we return a set, not a boolean. So we align the other return to be None instead of False and update doc and tests.
7e2dd2159414
-