connorferster/forallpeople
Replace remaining stubs in test_forallpeople.py with proper tests
オープン
#2 opened on 2020/04/19
good first issue
Repository metrics
- Stars
- (376 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.