Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-app / pithos / api / test / views.py @ 8c7e1398

History | View | Annotate | Download (18 kB)

# Date Author Comment
7baa6079 12/03/2013 10:08 pm Sofia Papagiannaki

pithos: Fix tests

f4f948c0 12/03/2013 09:49 pm Sofia Papagiannaki

pithos: Fix tests

c3dc1a13 12/03/2013 09:47 pm Sofia Papagiannaki

pithos: Fix test

13bf6cd8 12/03/2013 09:47 pm Sofia Papagiannaki

pithos: Update view tests

2aba7764 12/03/2013 02:44 pm Sofia Papagiannaki

snf_django: Change error status code if request method is not valid

Return 405 (NotAllowed) instead of 400 (BadRequest)
Add Allow header in the response containing the list of valid methods

3dce76b5 10/29/2013 01:49 pm Sofia Papagiannaki

pithos: Eliminate AssertionError in views

Remove check for not allowed request method in view_method() decorator.
Let the api_method() decorator handle such cases.

Refs: #4501

6ee6677e 08/08/2013 05:17 pm Sofia Papagiannaki

pithos: Add tests

5ecaeaa6 07/25/2013 06:04 pm Sofia Papagiannaki

pithos: Fix pithos test views

95b36144 07/18/2013 08:03 pm Sofia Papagiannaki

pithos: Write tests for the weblogin view