Skip to content

Commit fcb53a3

Browse files
committed
fix doctest output of TestSuite (new tests were added)
1 parent 457aefd commit fcb53a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/sage/combinat/k_regular_sequence.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ def __init__(self, k, *args, **kwds):
744744
Running the test suite of self.an_element()
745745
running ._test_category() . . . pass
746746
running ._test_eq() . . . pass
747+
running ._test_new() . . . pass
747748
running ._test_nonzero_equal() . . . pass
748749
running ._test_not_implemented_methods() . . . pass
749750
running ._test_pickling() . . . pass
@@ -753,6 +754,7 @@ def __init__(self, k, *args, **kwds):
753754
running ._test_elements_eq_transitive() . . . pass
754755
running ._test_elements_neq() . . . pass
755756
running ._test_eq() . . . pass
757+
running ._test_new() . . . pass
756758
running ._test_not_implemented_methods() . . . pass
757759
running ._test_pickling() . . . pass
758760
running ._test_some_elements() . . . pass

src/sage/combinat/recognizable_series.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1487,6 +1487,7 @@ def __init__(self, coefficients, indices, category):
14871487
Running the test suite of self.an_element()
14881488
running ._test_category() . . . pass
14891489
running ._test_eq() . . . pass
1490+
running ._test_new() . . . pass
14901491
running ._test_nonzero_equal() . . . pass
14911492
running ._test_not_implemented_methods() . . . pass
14921493
running ._test_pickling() . . . pass
@@ -1496,6 +1497,7 @@ def __init__(self, coefficients, indices, category):
14961497
running ._test_elements_eq_transitive() . . . pass
14971498
running ._test_elements_neq() . . . pass
14981499
running ._test_eq() . . . pass
1500+
running ._test_new() . . . pass
14991501
running ._test_not_implemented_methods() . . . pass
15001502
running ._test_pickling() . . . pass
15011503
running ._test_some_elements() . . . pass

0 commit comments

Comments
 (0)