copy_and_paste: Add a simple extensible test suite.

This commit is mostly about adding the test suite; some of the results
are things we'd like to change.
This commit is contained in:
Tim Abbott
2017-11-23 12:17:08 -08:00
parent e7f1825617
commit 4d4532a27e
3 changed files with 40 additions and 10 deletions

View File

@@ -234,6 +234,7 @@ def build_custom_checkers(by_lang):
'description': "Avoid using the `style=` attribute; we prefer styling in CSS files",
'exclude': set([
'frontend_tests/node_tests/compose.js',
'frontend_tests/node_tests/copy_and_paste.js',
'frontend_tests/node_tests/templates.js',
'static/js/compose.js',
'static/js/dynamic_text.js',