taiga-back/tests/integration
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
..
__init__.py Some integration tests for auth api. 2014-04-30 09:07:05 +02:00
test_auth_api.py Star/Unstar projects 2014-05-27 14:40:56 +02:00
test_neighbors.py Moving neighbors tests to tests/integration 2014-05-27 13:30:02 +02:00
test_project_references_sequences.py Remove domains. 2014-05-26 17:33:12 +02:00
test_stars.py List fans and starred projects 2014-05-27 17:24:57 +02:00
test_userstorage_api.py Make integration tests as functions. 2014-05-26 17:33:12 +02:00