Created
May 9, 2013 17:11
-
-
Save darkwing/5548933 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
FAIL: test_get_summary (vagrant.apps.wiki.tests.test_models.DeferredRenderingTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/vendor/packages/mock/mock.py", line 196, in patched | |
return func(*args, **keywargs) | |
File "/vagrant/apps/wiki/tests/test_models.py", line 1111, in test_get_summary | |
ok_(mock_kumascript_get.called) | |
File "/vagrant/vendor/packages/nose/nose/tools.py", line 25, in ok_ | |
assert expr, msg | |
AssertionError: None | |
====================================================================== | |
FAIL: test_quick_review (vagrant.apps.wiki.tests.test_views.DocumentEditingTests) | |
Test the quick-review button. | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/wiki/tests/test_views.py", line 1909, in test_quick_review | |
eq_(302, resp.status_code) | |
File "/vagrant/vendor/packages/nose/nose/tools.py", line 31, in eq_ | |
assert a == b, msg or "%r != %r" % (a, b) | |
AssertionError: 302 != 404 | |
-------------------- >> begin captured logging << -------------------- | |
mdn.wiki.events: DEBUG: Sending edited notification email for document (id=75) | |
django.request: WARNING: Not Found: /en-US/docs/test-quick-review-technical$quick-review | |
--------------------- >> end captured logging << --------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment