kytos-ng / kytos-end-to-end-tests

Kytos End-to-End Tests
0 stars 10 forks source link

Plan and implement e2e test cov for auth endpoints #164

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

This is for planning and implementing e2e test cov for auth endpoints:

"auth/login/", self._authenticate_user
"auth/users/", self._list_users
"auth/users/<uid>", self._list_user
"auth/users/", self._create_user, methods=["POST"]
"auth/users/<uid>", self._delete_user, methods=["DELETE"]
"auth/users/<uid>", self._update_user, methods=["PATCH"]