taiga-back/tests/integration
Andrey Antukh ae5ca20a76 [backport] 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.

Conflicts:
	tests/integration/test_userstories.py
2014-10-16 09:12:45 +02:00
..
resources_permissions US #954: Task #1115: Create feedback endpoint 2014-10-04 17:14:04 +02:00
__init__.py Some integration tests for auth api. 2014-04-30 09:07:05 +02:00
test_attachments.py Improve attachments factories and fix tests related to storage refactor. 2014-09-17 15:05:10 +02:00
test_auth_api.py Fix wrong handing integrity error on register or accept invitation. 2014-10-02 03:32:38 +02:00
test_change_avatar.py Adding test for change avatar 2014-07-31 16:46:09 +02:00
test_feedback.py US #954: Task #1115: Create feedback endpoint 2014-10-04 17:14:04 +02:00
test_importer_api.py Adding import api 2014-09-08 12:33:32 +02:00
test_issues.py Improvements and fixes on tests. 2014-09-16 10:48:43 +02:00
test_mdrender.py Some tests fixed 2014-07-31 12:00:43 +02:00
test_memberships.py Improvements and fixes on tests. 2014-09-16 10:48:43 +02:00
test_milestones.py Fix wrong handling patch request with user_stories list on milestone resource. (fix #1163) 2014-10-02 04:14:59 +02:00
test_models.py Optimizing `Project.update_role_points` method 2014-06-24 12:38:29 +02:00
test_neighbors.py Fix neighbor tests due to change in Issue ordering 2014-07-23 14:44:10 +02:00
test_occ.py Updating occ tests 2014-06-25 16:19:40 +02:00
test_permissions.py [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00
test_project_history.py Change django.db.models.loading.get_model (deprecated in django 1.7) to django.apps.apps.get_model 2014-09-25 11:32:50 +02:00
test_project_notifications.py Change django.db.models.loading.get_model (deprecated in django 1.7) to django.apps.apps.get_model 2014-09-25 11:32:50 +02:00
test_project_references_sequences.py Add more licenses agreements to the tests.integration module 2014-06-22 11:33:44 +02:00
test_project_us.py [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00
test_projects.py Improvements and fixes on tests. 2014-09-16 10:48:43 +02:00
test_roles.py [backport] Fix wrong handling moveTo parameter on role destroy. 2014-10-15 23:54:12 +02:00
test_searches.py [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00
test_stars.py Fixed issue #298: Now permissions on API listings works 2014-08-08 13:43:07 +02:00
test_stats.py Fixed stats test 2014-07-31 13:23:49 +02:00
test_tags.py Improvements and fixes on tests. 2014-09-16 10:48:43 +02:00
test_tasks.py Improvements and fixes on tests. 2014-09-16 10:48:43 +02:00
test_timeline.py Add more licenses agreements to the tests.integration module 2014-06-22 11:33:44 +02:00
test_us_autoclosing.py Rename and improve test names on us autoclossing tests module. 2014-10-03 20:13:02 +02:00
test_users.py Adding import api 2014-09-08 12:33:32 +02:00
test_userstorage_api.py On retrieve not apply the filter, only check the permissions 2014-08-19 10:07:20 +02:00
test_userstories.py [backport] Fix incorrect handling of userstory rolepoints update process. 2014-10-16 09:12:45 +02:00
test_vote_issues.py Improvements and fixes on tests. 2014-09-16 10:48:43 +02:00
test_votes.py Add more licenses agreements to the tests.integration module 2014-06-22 11:33:44 +02:00