taiga-back/tests
Anler Hp 95e636b856 Task #406 - Create members in bulk
Example:

        POST /memberships/bulk-create

        [{"project_id": <project id>,
          "role_id": <role id>,
          "email": <member email>}, ...]
2014-07-24 13:06:50 +02:00
..
integration Task #406 - Create members in bulk 2014-07-24 13:06:50 +02:00
unit [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00
__init__.py New tests skeleton and examples using pytest 2014-04-29 14:02:46 +02:00
conftest.py Removing unnecessary setup of test database 2014-06-23 12:26:17 +02:00
factories.py [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00
fixtures.py Add more licenses agreements to the tests module 2014-06-19 22:46:31 +02:00
utils.py [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00