MLH-Fellowship / orientation-project-python-23.FAL.A

Orientation Project (Python) for 23.FAL.A
0 stars 7 forks source link

Delete existing Experience #5

Closed wrussell1999 closed 1 year ago

wrussell1999 commented 1 year 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.

Daquiver1 commented 1 year ago

Regarding this issue, I have written the test script. However, I am currently unable to execute the test due to the absence of the POST endpoint. @asuzukosi is currently working on the implementation of the POST endpoint. So, I will only be able to run the test script once the endpoint is completed.