project icon indicating copy to clipboard operation
project copied to clipboard

[ML TTK] Test coverage for participants endpoints

Open theobadha opened this issue 2 months ago • 0 comments

Create tests for all /participants endpoints.

  • [ ] POST /participants
  • [ ] PUT /participants/{ID}
  • [ ] PUT /participants/{ID}/error
  • [ ] POST /participants/{Type}/{ID}
  • [ ] GET /participants/{Type}/{ID}
  • [ ] PUT /participants/{Type}/{ID}
  • [ ] DELETE /participants/{Type}/{ID}
  • [ ] PUT /participants/{Type}/{ID}/error
  • [ ] POST /participants/{Type}/{ID}/{SubId}
  • [ ] GET /participants/{Type}/{ID}/{SubId}
  • [ ] PUT /participants/{Type}/{ID}/{SubId}
  • [ ] DELETE /participants/{Type}/{ID}/{SubId}
  • [ ] PUT /participants/{Type}/{ID}/{SubId}/error

theobadha avatar Oct 03 '25 14:10 theobadha