mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
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 | ||