MLH-Fellowship / orientation-project-python-23.SUM.B

Orientation Project (Python) for 23.SUM.B
1 stars 18 forks source link

Added API route to request a specific skill #31

Closed CalderJohnson closed 1 year ago

CalderJohnson commented 1 year ago

Updated the /resume/skill API route to be able to take an index as a parameter and return the skill of that index. If no index is provided, all skills are returned. In addition, I added a few extra skills to the test data as this allowed me to test my added feature more completely.

fissoreg commented 1 year ago

Hey @CalderJohnson, thank you for the PR! :)

I see that the test for the Skill class still fails; would you mind looking into it?

CalderJohnson commented 1 year ago

@fissoreg I added an extra slash in the URLs in the test cases, it seems that if the slash is not there, the response is not received. The test runs fine now.