From eb41032729af559e68e5df03ff1ccbb146edb647 Mon Sep 17 00:00:00 2001 From: uday kumar mankena Date: Fri, 28 Jul 2023 09:10:36 +0530 Subject: [PATCH] resolved merge conflict --- doc/en/how-to/usage.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/en/how-to/usage.rst b/doc/en/how-to/usage.rst index 03afb22d6..9f996a9e3 100644 --- a/doc/en/how-to/usage.rst +++ b/doc/en/how-to/usage.rst @@ -44,12 +44,10 @@ Use ``""`` instead of ``''`` in expression when running this on Windows .. _nodeids: -**Run tests by node ids** +**Run tests by collection argument** -Each collected test is assigned a unique ``nodeid`` which consist of the module file path followed -by specifiers like class names and function names separated by ``::`` characters, -and parameters from parametrization in ``[...]``. -You can use the same syntax to match tests relative to the working directory. +Pass the module filename relative to working directory followed by specifiers like class names, function names and +parameters from parameterization, separated by ``::`` characters. To run a specific test within a module: