LinkedInLearning / level-up-advanced-python-3213390

This is a LinkedIn Learning repo for Level Up: Advanced Core Python.
Other
20 stars 247 forks source link

Fixed: Broken test scenarios related to `pytest.raises` #4

Closed staticVoidMan closed 4 months ago

staticVoidMan commented 1 year ago

1. Fixed broken test cases for arg_checker challenge

Assertions are not being executed because the function calls to adder are not enclosed in separate pytest.raises blocks.

2. Added missing boundary test cases for linkedin_checker challenge