Add tools/test-lib.

This starts to add direct test coverage on
zulip_bots/zulip_bots/lib.py.

It is not yet integrated into tools/test-main.
This commit is contained in:
Steve Howell 2017-11-29 13:30:09 -08:00 committed by showell
parent 3e135b8e1e
commit efeac92d42
3 changed files with 97 additions and 0 deletions

View file

@ -28,6 +28,8 @@ exclude = [
# Excluded out of laziness:
"zulip_bots/zulip_bots/terminal.py",
"zulip_bots/zulip_bots/simple_lib.py",
"zulip_bots/zulip_bots/lib_tests.py",
"tools/test-lib",
]
parser = argparse.ArgumentParser(description="Run mypy on files tracked by git.")