test-bots: Add option to use pytest for running tests.
* Add pytest to requirements.txt * Add pass-through option to run pytest in verbose mode * Use various default pytest options * Exclude merels bot for now
This commit is contained in:
parent
69fab99ba7
commit
d73fa0f50f
2 changed files with 46 additions and 20 deletions
|
@ -3,6 +3,7 @@ twine
|
|||
coverage>=4.4.1
|
||||
pycodestyle==2.3.1
|
||||
mock
|
||||
pytest
|
||||
-e ./zulip
|
||||
-e ./zulip_bots
|
||||
-e ./zulip_botserver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue