Skip to content

Commit ada7f03

Browse files
authored
Merge pull request #140 from WouldYouKindly/patch-1
Clarify that excluded tests' names must be specified without test_
2 parents 029204f + e1430ae commit ada7f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/running.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ behavior.
5353

5454
List of built-in tests to include. If specified, 'pytest_alembic_exclude' is ignored.
5555
If both are omitted, all tests are included. The tests should be listed as a comma delimited string
56-
containing the tests' names.
56+
containing the tests' names (e.g., ``pytest_alembic_include = "up_down_consistency"``).
5757

5858
* :code:`pytest_alembic_exclude`
5959

0 commit comments

Comments
 (0)