Add name-tests-test hook

This commit is contained in:
Anthony Sottile 2014-03-14 15:42:24 -07:00
parent f19c06a8b4
commit ab35cd3634
3 changed files with 31 additions and 0 deletions

View file

@ -17,3 +17,9 @@
description: This hook trims trailing whitespace.
entry: trailing-whitespace-fixer
language: python
-
id: name-tests-test
name: Tests should end in _test.py
description: This verifies that test files are named correctly
entry: name-tests-test
language: python