MLH-Fellowship / orientation-project-python-24.SPR.A

Orientation Project (Python for 24.SPR.A)
1 stars 3 forks source link

Delete existing Experience #5

Open MLHProgram opened 7 months ago

MLHProgram commented 7 months ago

Using a DELETE request for the /resume/experience route, delete an existing Experience using its index position as an ID. As part of this, you should write a test in test_pytest.py to show it works.