connorferster/forallpeople
Replace remaining stubs in test_forallpeople.py with proper tests
Open
#2 opened on Apr 19, 2020
good first issue
Repository metrics
- Stars
- (376 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
There are some unit tests in test_forallpeople.py that are still sitting with stubs that are written as return True (bad on me!) Almost all of the functions in the module have tests but there are functions that have tests that are just stubs. Unit tests need to replace the stubs.