I just wanted to test whether some experimental changes wouldn't break
anything and ran
sage -t devel/sage-combinat/sage/combinat/
I get quite a few failures, ugly errors, etc.
Which of these should I expect?
eg.
File
"/groups/comb/rubey/sage-5.1/devel/sage-combinat/sage/combinat/subsets_pairwise.py",
line 95:
sage: TestSuite(P).run()
Expected nothing
Got:
Failure in _test_len:
Traceback (most recent call last):
File
"/groups/comb/rubey/sage-5.1/local/lib/python/site-packages/sage/misc/sage_unittest.py",
line 279, in run
test_method(tester = tester)
File
"/groups/comb/rubey/sage-5.1/local/lib/python/site-packages/sage/categories/objects.py",
line 95, in _test_len
ln = len(self)
TypeError: 'NoneType' object is not callable
------------------------------------------------------------
The following tests failed: _test_len
**********************************************************************
1 items had failures:
1 of 8 in __main__.example_2
***Test Failed*** 1 failures.
and 30000 (!!!) more lines of output.
Martin
--
You received this message because you are subscribed to the Google Groups
"sage-combinat-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-combinat-devel?hl=en.