mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-04 11:16:53 +00:00
add --pytest-test-first convention
This commit is contained in:
parent
621f50e155
commit
412564fa95
4 changed files with 35 additions and 9 deletions
|
|
@ -164,7 +164,7 @@
|
|||
types: [text]
|
||||
- id: name-tests-test
|
||||
name: python tests naming
|
||||
description: this verifies that test files are named correctly.
|
||||
description: verifies that test files are named correctly.
|
||||
entry: name-tests-test
|
||||
language: python
|
||||
files: (^|/)tests/.+\.py$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue