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:
neiljp (Neil Pilgrim) 2018-06-03 15:01:39 -07:00 committed by showell
parent 69fab99ba7
commit d73fa0f50f
2 changed files with 46 additions and 20 deletions

View file

@ -3,6 +3,7 @@ twine
coverage>=4.4.1
pycodestyle==2.3.1
mock
pytest
-e ./zulip
-e ./zulip_bots
-e ./zulip_botserver