connorferster/forallpeople

Replace remaining stubs in test_forallpeople.py with proper tests

Open

#2 opened on Apr 19, 2020

 (0 comments) (0 reactions) (0 assignees)Python (50 forks)github user discovery
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.

Contributor guide