Three tests are currently failing on the trunk:
johannes@surfboy:pyramid-trunk$ python pyramid/test/tests.py > test-log
F..FF
======================================================================
FAIL: test_basic (__main__.test_build)
----------------------------------------------------------------------
Traceback (most recent call last):
File "pyramid/test/tests.py", line 243, in test_basic
self.assertEqual(compareDirs(TEMPFOLDER / buildtest,checkedresultpath,skipdirs,['.cache.dump']),True)
AssertionError: False != True
======================================================================
FAIL: url
----------------------------------------------------------------------
Traceback (most recent call last):
File "pyramid/test/tests.py", line 217, in test_url
self.assertEqual(flatteners.flatten(data,ctx),expected)
AssertionError: {'title': '', 'href': '/link', 'label': 'My Link'} != {'href': '/link', 'label': 'My Link'}
======================================================================
FAIL: url constructor
----------------------------------------------------------------------
Traceback (most recent call last):
File "pyramid/test/tests.py", line 191, in test_url
self.assertEqual(data,expected)
AssertionError: {'title': '', 'href': <ahref '/link'>, 'label': 'My Link'} != {'href': <ahref '/link'>, 'label': 'My Link'}
----------------------------------------------------------------------
Ran 5 tests in 28.431s
FAILED (failures=3)
I'll add the full test-log output if it's necessary.