Closed
Bug 1034192
Opened 11 years ago
Closed 11 years ago
Kuma: ./manage.py test apps/sumo fails
Categories
(developer.mozilla.org Graveyard :: Code Cleanup, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwhitlock, Unassigned)
References
Details
(Whiteboard: [specification][type:bug][dev-papercut])
What did you do?
================
1. ./manage.py test apps/sumo
What happened?
==============
Out of 85 tests, 15 errors, 6 failures. Various causes, several similar to:
======================================================================
ERROR: Expects date format.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/vagrant/src/apps/sumo/tests/test_helpers.py", line 83, in setUp
url_ = reverse('forums.threads', args=[u'testslug'])
File "/home/vagrant/src/apps/sumo/urlresolvers.py", line 64, in reverse
url = django_reverse(viewname, urlconf, args, kwargs, prefix)
File "/home/vagrant/src/vendor/src/django/django/core/urlresolvers.py", line 500, in reverse
return iri_to_uri(resolver._reverse_with_prefix(view, prefix, *args, **kwargs))
File "/home/vagrant/src/vendor/src/django/django/core/urlresolvers.py", line 420, in _reverse_with_prefix
"arguments '%s' not found." % (lookup_view_s, args, kwargs))
NoReverseMatch: Reverse for 'forums.threads' with arguments '(u'testslug',)' and keyword arguments '{}' not found.
What should have happened?
==========================
No failures
Is there anything else we should know?
======================================
Updated•11 years ago
|
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [specification][type:bug] → [specification][type:bug][dev-papercut]
Updated•11 years ago
|
Severity: major → minor
Updated•11 years ago
|
Component: General → Code Cleanup
Comment 1•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/84283ff17e7860d916554e2bcf22c75f1321e502
fix bug 1034192 - fixed sumo tests to actual run
This removes a bunch of code that isn't used anymore.
https://github.com/mozilla/kuma/commit/e8eb807b1f246a39fa0fb1679db668ac3548721a
Merge pull request #2824 from jezdez/fix-app-tests-1034192-1034185
Bug 1034192, Bug 1034185 - fix app tests
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•