Commit Graph

10 Commits (26e462e182513c48fc65857943a22f83105a5d77)

Author SHA1 Message Date
Anler Hp 5cd3a717d4 Upgrading django testclient extensions library 2014-07-31 10:43:22 +02:00
Anler Hp 42aa1af225 Updating django-testclient-extensions dependency
Remember to upgrade it!

         pip install -r requirements-devel.txt --upgrade
2014-07-24 14:37:42 +02:00
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
David Barragán Merino 28c408ce17 Update dev requirements 2014-06-05 10:36:22 +02:00
Anler Hp b56dfe7cf5 Star/Unstar projects 2014-05-27 14:40:56 +02:00
David Barragán Merino d507b63f44 Fix requirements 2014-05-22 19:57:30 +02:00
David Barragán Merino eb29332bb4 Change travis configuration to use the new tests system 2014-05-22 18:51:34 +02:00
Anler Hp 9f6a7da01d Fixing typo in requirements-devel.txt 2014-05-13 15:56:50 +02:00
ikame 4391099864 Configure PYTHONPATH when running py.test 2014-04-30 09:06:15 +02:00
ikame d22cbb6538 New tests skeleton and examples using pytest
Instructions (from the project root):
1. pip install -r requirements-devel.txt
2. py.test
2014-04-29 14:02:46 +02:00