From e5e58684142e6b50604670994d5e1e8aa28c2dbe Mon Sep 17 00:00:00 2001 From: Rohitt Vashishtha Date: Fri, 8 Dec 2017 14:39:38 +0530 Subject: [PATCH] tests: Add test_helloworld to run-mypy list. --- tools/run-mypy | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/run-mypy b/tools/run-mypy index 17a6b3a..5b33910 100755 --- a/tools/run-mypy +++ b/tools/run-mypy @@ -36,6 +36,7 @@ exclude = [ force_include = [ # Include bots that we migrate to mypy. "zulip_bots/zulip_bots/bots/helloworld/helloworld.py", + "zulip_bots/zulip_bots/bots/helloworld/test_helloworld.py", "zulip_bots/zulip_bots/bots/followup/followup.py", "zulip_bots/zulip_bots/bots/followup/test_followup.py", "zulip_bots/zulip_bots/bots/giphy/giphy.py",