mirror of https://github.com/zulip/zulip.git
2e4a333133
This commit adds a check to avoid the use of assertTrue for cases like: assertTrue(len(data) == 2). We should use assert_length, assertGreater, or assertGreaterEqual, whatever suits, in cases like these. |
||
---|---|---|
.. | ||
__init__.py | ||
custom_check.py | ||
exclude.py | ||
pep8.py | ||
pyflakes.py |