taiga-back/tests
Andrey Antukh 4056d5214b Fix incorrect handling of userstory rolepoints update process.
The current implementation allows duplicate points values in one project,
and because of it, unexpected MultipleObjectsReturned can be raised with
previous update_role_points code. The new one fixes this.

Additionally, in some circumstances, the project does not have any points
with None as value, that causes also unexpected errors. The new
implementation fixes it creating a points instance with None as value
if it not exists.
2014-10-15 23:45:10 +02:00
..
integration Fix incorrect handling of userstory rolepoints update process. 2014-10-15 23:45:10 +02:00
unit Making the project name not mandatory and using the owner username for the slug generation 2014-10-03 22:27:10 +02:00
__init__.py New tests skeleton and examples using pytest 2014-04-29 14:02:46 +02:00
conftest.py Improvements and fixes on tests. 2014-09-16 10:48:43 +02:00
factories.py Fix wrong handling patch request with user_stories list on milestone resource. (fix #1163) 2014-10-02 04:14:59 +02:00
fixtures.py Patch client test fixture with useful login method. 2014-09-16 10:48:42 +02:00
models.py Add Copyright+license text 2014-09-29 11:57:57 +02:00
utils.py Fix affected tests to previous attachment fixes. 2014-09-06 00:43:32 +02:00