taiga-back/tests/integration
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
..
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 Removing cancel_token and using django.core.signing stuff 2014-10-10 09:29:51 +02:00
test_feedback.py US #954: Task #1115: Create feedback endpoint 2014-10-04 17:14:04 +02:00
test_history.py Normalize some tests file names. 2014-10-15 17:29:58 +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 milestone test name. 2014-10-15 19:52:31 +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_notifications.py Normalize some tests file names. 2014-10-15 17:29:58 +02:00
test_occ.py Minor tests cleaning. 2014-10-15 19:52:31 +02:00
test_permissions.py [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00
test_projects.py Rename project tests. 2014-10-15 23:27:54 +02:00
test_references_sequences.py Normalize some tests file names. 2014-10-15 17:29:58 +02:00
test_roles.py Fix wrong handling moveTo parameter on role destroy. 2014-10-15 23:27:54 +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 Put more clear names to user test functions. 2014-10-15 17:30:22 +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 Fix incorrect handling of userstory rolepoints update process. 2014-10-15 23:45:10 +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