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

Orientation Project (Python for 24.FAL.A)
0 stars 9 forks source link

Issue #31, tests updated #38

Closed oduyemi closed 2 days ago

oduyemi commented 4 days ago

Closes #31

awilkescom commented 3 days ago

Hey @oduyemi Could you add a description of your change? And can you have a look at the failing tests and the conflict?

oduyemi commented 2 days ago

The initial update for the pull request, was issue 31; landing page routing; for the landing page to display a welcome message rather than return a 404 status code. Then, the following updates:

Test written for "/' Renamed the function name experience to experience_by_index to get rid assertion errors in /resume-experience Updated logic for /resume-skill and some other routes to eliminate errors Updated test_pytest.py to ensure that all tests pass.