bot lib tests: Move tests of bot library to tests/.
This makes it clearer which files are for writing bot tests vs tests of the infrastructure.
This commit is contained in:
parent
9e6b4edee6
commit
4c8d86c1d9
4 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ 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",
|
||||
"zulip_bots/zulip_bots/tests/test_lib.py",
|
||||
"tools",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue