Login or Signup

← Back to Task List

brosner
Assignee: brosner
State: accepted
Creator: skyl
Created: Nov. 30, 2009
Modified: 9mn, 1wk ago
History of this Task
Nudges: 0

#533: tasks.tests errors running tests/runner.py from notification urls, template leakage

ERROR: test_markup (tasks.tests.test_client.TestAddForm)

---------------------------------------------------------------------- Traceback (most recent call last): File "/home/skyl/Desktop/code/pinax/pinax/pinax/apps/tasks/tests/test_client.py", line 51, in test_markup response = self.client.post('/tasks/add/', form_data) File "/home/skyl/Desktop/code/pinax/pinax-dev/lib/python2.6/site-packages/django/test/client.py", line 300, in post return self.request(r) File "/home/skyl/Desktop/code/pinax/pinax-dev/lib/python2.6/site-packages/django/core/handlers/base.py", line 91, in get_response response = callback(request, *callback_args, callback_kwargs) File "/home/skyl/Desktop/code/pinax/pinax/pinax/apps/tasks/views.py", line 161, in add_task notification.send(notify_list, "tasks_new", {"creator": request.user, "task": task, "group": group}) File "/home/skyl/Desktop/code/pinax/pinax-dev/lib/python2.6/site-packages/notification/models.py", line 328, in send return send_now(*args, kwargs) File "/home/skyl/Desktop/code/pinax/pinax-dev/lib/python2.6/site-packages/notification/models.py", line 255, in send_now reverse("notification_notices"), File "/home/skyl/Desktop/code/pinax/pinax-dev/lib/python2.6/site-packages/django/core/urlresolvers.py", line 261, in reverse

  • args, kwargs))) File "/home/skyl/Desktop/code/pinax/pinax-dev/lib/python2.6/site-packages/django/core/urlresolvers.py", line 250, in reverse "arguments '%s' not found." % (lookup_view, args, kwargs)) NoReverseMatch: Reverse for 'notification_notices' with arguments '()' and keyword arguments '{}' not found.
Status: none

Comment

Please Login (or Sign Up) to leave a comment