Skip to content

Commit 4eef96f

Browse files
committed
Refine docstring
1 parent 0f5be78 commit 4eef96f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

noxfile.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,11 @@ def parametrize_test_versions():
9494
def test(session, sqlalchemy):
9595
"""Run tests with pytest.
9696
97-
To pass additional arguments to pytest, use the posargs option:
98-
$ uv run noxfile.py -s test -- -v
97+
You can pass arguments to pytest using the `--` option.
98+
99+
$ uv run noxfile.py -s test -- sqlalchemy_mptt/tests/test_events.py
100+
101+
If no arguments are provided, it defaults to running all tests in the package.
99102
100103
For running tests for a specific SQLAlchemy version, use the tags option:
101104

0 commit comments

Comments
 (0)