Skip to content

test: complete testing of Notifications

Imane Messak requested to merge test_notification into dev
  • Notification endpoints tests:
    • GET /notifications
    • PUT /notifications/<notifid>
    • DELETE /notifications/<notifid>
    • DELETE /notifications/
  • Create a NotificationFactory
  • Create the delete_notification
  • re-Adapt the UserFactory to assign random uuid if it's not provided
Edited by Imane Messak

Merge request reports