Remove "subject" from test_classes.py.

We now use "topic" lingo.
This commit is contained in:
Steve Howell
2018-11-01 21:31:24 +00:00
committed by Tim Abbott
parent ff60055fa4
commit 6b6001c46c
4 changed files with 15 additions and 14 deletions

View File

@@ -278,6 +278,7 @@ def build_custom_checkers(by_lang):
'bad_lines': ['subject="foo"', ' MAX_SUBJECT_LEN'],
'include_only': set([
'zerver/lib/actions.py',
'zerver/lib/test_classes.py',
'zerver/lib/topic_mutes.py'])},
{'pattern': '^(?!#)@login_required',
'description': '@login_required is unsupported; use @zulip_login_required',