taiga-back/tests
Anler Hp 34f0dd6f76 List fans and starred projects
List project fans:

     /projects/<project id>/fans
     /projects/<project id>/fans/<user id>

List user starred projects:

     /users/<user id>/starred
     /users/<user id>/starred/<project id>

Also a "star" field with the stars count of a project is included in the
project detail and list responses.
2014-05-27 17:24:57 +02:00
..
integration List fans and starred projects 2014-05-27 17:24:57 +02:00
unit Star/Unstar projects 2014-05-27 14:40:56 +02:00
__init__.py New tests skeleton and examples using pytest 2014-04-29 14:02:46 +02:00
conftest.py Moving fixture into standalone module and new module tests.utils 2014-05-27 13:28:46 +02:00
factories.py List fans and starred projects 2014-05-27 17:24:57 +02:00
fixtures.py Moving fixture into standalone module and new module tests.utils 2014-05-27 13:28:46 +02:00
utils.py Moving fixture into standalone module and new module tests.utils 2014-05-27 13:28:46 +02:00