onaio/tasking

Add mypy tests

Open

#151 opened on Jan 16, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Python (3 forks)auto 404
enhancementhelp wanted

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

mypy is a static type checker for python. Implementing tests using it will help ensure our functions are receiving and outputting the correct type of data.

Read more about mypy here and here.

Sub-Issue of #150

Contributor guide