zulip/zerver/webhooks/travis
Anders Kaseorg 95f29b5409 tests: Avoid deprecated TestCase method aliases.
Fixes these warnings with python -Wd:

/home/circleci/zulip/zerver/tests/test_middleware.py:43: DeprecationWarning: Please use assertRegex instead.
  self.assertRegexpMatches(
/home/circleci/zulip/zerver/webhooks/travis/tests.py:40: DeprecationWarning: Please use assertNotEqual instead.
  self.assertNotEquals(msg.topic_name(), self.TOPIC)

https://docs.python.org/3/library/unittest.html#deprecated-aliases

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-06-04 14:15:52 -07:00
..
fixtures text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
__init__.py
doc.md webhooks/travis: Update text to conform to doc style guide. 2018-03-13 20:15:04 -07:00
tests.py tests: Avoid deprecated TestCase method aliases. 2020-06-04 14:15:52 -07:00
view.py webhooks: Fix travis display emoji for `Pending` status. 2020-05-28 15:02:30 -07:00