We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5be78 commit 4eef96fCopy full SHA for 4eef96f
1 file changed
noxfile.py
@@ -94,8 +94,11 @@ def parametrize_test_versions():
94
def test(session, sqlalchemy):
95
"""Run tests with pytest.
96
97
- To pass additional arguments to pytest, use the posargs option:
98
- $ uv run noxfile.py -s test -- -v
+ You can pass arguments to pytest using the `--` option.
+
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.
102
103
For running tests for a specific SQLAlchemy version, use the tags option:
104
0 commit comments