add --pytest-test-first convention

This commit is contained in:
Anthony Sottile 2022-06-07 09:10:42 -07:00
parent 621f50e155
commit 412564fa95
4 changed files with 35 additions and 9 deletions

View file

@ -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$