resolved merge conflict

This commit is contained in:
uday kumar mankena 2023-07-28 09:10:36 +05:30
parent 448563caaa
commit eb41032729
1 changed files with 3 additions and 5 deletions

View File

@ -44,12 +44,10 @@ Use ``""`` instead of ``''`` in expression when running this on Windows
.. _nodeids: .. _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 Pass the module filename relative to working directory followed by specifiers like class names, function names and
by specifiers like class names and function names separated by ``::`` characters, parameters from parameterization, separated by ``::`` characters.
and parameters from parametrization in ``[...]``.
You can use the same syntax to match tests relative to the working directory.
To run a specific test within a module: To run a specific test within a module: