Open wrussell1999 opened 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.
DELETE
/resume/experience
test_pytest.py
I see no one has taken this. Assign this to me
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 intest_pytest.py
to show it works.